searxng: remove
This commit is contained in:
parent
9d3686887d
commit
1a5ac93942
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue