searxng/compose.yaml
ange b24dc7fbab
All checks were successful
/ deploy (push) Successful in 5s
chore: bump 2024.7.29-98c73010f (#1)
Reviewed-on: #1
2024-07-30 10:21:28 +00:00

18 lines
328 B
YAML

---
services:
valkey:
image: docker.io/valkey/valkey:latest
restart: unless-stopped
tmpfs:
- /data/
app:
image: "$IMAGEAPP"
restart: unless-stopped
ports:
- "8080:8080"
environment:
- SEARXNG_SECRET=secret # $(openssl rand -hex 32)
volumes:
- ./config/:/etc/searxng/