redid all networks & added cloudflare tunnel

This commit is contained in:
2023-12-26 22:40:54 +00:00
parent 67af9cd3b0
commit e395b238ff
20 changed files with 171 additions and 183 deletions

View File

@@ -1,25 +1,13 @@
version: "3.8"
services:
whoogle:
image: benbusby/whoogle-search
image: benbusby/whoogle-search:latest
container_name: whoogle
restart: unless-stopped
labels:
- "traefik.http.services.whoogle.loadbalancer.server.port=5000"
- "traefik.enable=true"
- "traefik.http.routers.whoogle.rule=Host(`whoogle.${DOMAIN_ROOT}`)"
- 'traefik.http.routers.whoogle.middlewares=authelia@docker'
environment:
- DOMAIN_ROOT=${DOMAIN_ROOT}
networks:
- home-proxy
- web
networks:
home-proxy:
external: true
web:
external: true