searxng/compose.yaml
ange b741814056
Some checks failed
/ deploy (push) Failing after 0s
feat: rename searxng-secret -> searxng
2024-05-16 01:33:29 +02:00

18 lines
319 B
YAML

---
services:
redis:
image: docker.io/redis: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/