Traefik: Move to host mode

This commit is contained in:
2023-08-10 14:16:30 +02:00
parent 6a3cbe756c
commit 9514de0f07
25 changed files with 17 additions and 360 deletions

View File

@ -7,7 +7,6 @@ services:
container_name: searxng
restart: always
networks:
- gateway
- default
- backend
volumes:
@ -39,8 +38,6 @@ services:
- DAC_OVERRIDE
networks:
gateway:
external: true
backend:
internal: true
...