redid all networks & added cloudflare tunnel
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user