sync of changes up to 2024-01-04

This commit is contained in:
2024-01-04 21:42:14 +00:00
parent e395b238ff
commit 350eee1ff0
13 changed files with 211 additions and 4 deletions

View File

@@ -8,6 +8,12 @@ services:
networks:
- web
labels:
- "traefik.enable=true"
- "traefik.http.routers.whoogle.rule=Host(`whoogle.${DOMAIN_ROOT}`)"
- "traefik.http.services.whoogle.loadbalancer.server.port=5000"
- 'traefik.http.routers.whoogle.middlewares=authelia@docker'
networks:
web:
external: true