searxng/compose.yaml
ange c6dfd5c5ce
All checks were successful
/ deploy (push) Successful in 5s
feat: Dan Pollock’s hosts file (#5)
Reviewed-on: #5
2024-12-23 03:04:53 +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