searxng/compose.yaml
ange e13de96930
All checks were successful
/ deploy (push) Successful in 6s
feat: Dan Pollock’s hosts file (#5) (#6)
Reviewed-on: #5
Reviewed-on: #6
2024-12-23 03:06:06 +00:00

18 lines
331 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/:ro