1
0
Fork 0

searxng: remove

This commit is contained in:
Lukáš Kucharczyk 2023-10-07 09:06:24 +02:00
parent 9d3686887d
commit 1a5ac93942
1 changed files with 0 additions and 27 deletions

View File

@ -540,33 +540,6 @@ services:
networks:
- public
searxng:
container_name: searxng
image: searxng/searxng:latest
networks:
- public
- redis
ports:
- "${SEARXNG_EXTERNAL_PORT}:${SEARXNG_INTERNAL_PORT}"
volumes:
- "${DOCKER_STORAGE_PATH}/searxng:/etc/searxng:rw"
environment:
- SEARXNG_BASE_URL=https://search.${DOMAIN}/
cap_drop:
- ALL
cap_add:
- CHOWN
- SETGID
- SETUID
profiles:
- base
restart: unless-stopped
logging:
driver: "json-file"
options:
max-size: "1m"
max-file: "1"
mediawiki:
container_name: mediawiki
image: mediawiki