removed searxng

This commit is contained in:
2023-09-09 15:04:06 -05:00
parent b64a285ad1
commit d943dc8d1f
3 changed files with 0 additions and 50 deletions
-36
View File
@@ -30,39 +30,3 @@ services:
restart: always
volumes:
- ${DOCKERCONFIGS}/jellyseerr/config:/app/config
searxng:
container_name: searxng
image: searxng/searxng:latest
ports:
- "192.168.1.33:8080:8080"
volumes:
- ${DOCKERCONFIGS}/searxng:/etc/searxng:rw
environment:
- SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
cap_drop:
- ALL
cap_add:
- CHOWN
- SETGID
- SETUID
restart: always
logging:
driver: "json-file"
options:
max-size: "1m"
max-file: "1"
searxng-redis:
container_name: searxng-redis
image: "redis:alpine"
command: redis-server --save "" --appendonly "no"
tmpfs:
- /var/lib/redis
cap_drop:
- ALL
cap_add:
- SETGID
- SETUID
- DAC_OVERRIDE
restart: always