|
@@ -30,7 +30,6 @@ services:
|
|
|
image: thomseddon/traefik-forward-auth:2
|
|
image: thomseddon/traefik-forward-auth:2
|
|
|
env_file: traefik/traefik-forward-auth.env
|
|
env_file: traefik/traefik-forward-auth.env
|
|
|
labels: # you only need these if you're using an auth host
|
|
labels: # you only need these if you're using an auth host
|
|
|
- - traefik.enable=true
|
|
|
|
|
- traefik.http.routers.auth.rule=Host(`auth.playne.au`)
|
|
- traefik.http.routers.auth.rule=Host(`auth.playne.au`)
|
|
|
- traefik.http.routers.auth.entrypoints=websecure
|
|
- traefik.http.routers.auth.entrypoints=websecure
|
|
|
- traefik.http.routers.auth.tls=true
|
|
- traefik.http.routers.auth.tls=true
|
|
@@ -95,6 +94,8 @@ services:
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
- pihole_config_etc:/etc/pihole:rw
|
|
- pihole_config_etc:/etc/pihole:rw
|
|
|
- pihole_config_dnsmasq:/etc/dnsmasq.d:rw
|
|
- pihole_config_dnsmasq:/etc/dnsmasq.d:rw
|
|
|
|
|
+ labels:
|
|
|
|
|
+ - traefik.enable=false
|
|
|
|
|
|
|
|
git:
|
|
git:
|
|
|
image: gogs/gogs
|
|
image: gogs/gogs
|
|
@@ -153,6 +154,8 @@ services:
|
|
|
- POSTGRES_PASSWORD=nextcloud
|
|
- POSTGRES_PASSWORD=nextcloud
|
|
|
- POSTGRES_USER=nextcloud
|
|
- POSTGRES_USER=nextcloud
|
|
|
- POSTGRES_DB=nextcloud
|
|
- POSTGRES_DB=nextcloud
|
|
|
|
|
+ labels:
|
|
|
|
|
+ - traefik.enable=false
|
|
|
|
|
|
|
|
watchtower:
|
|
watchtower:
|
|
|
image: containrrr/watchtower
|
|
image: containrrr/watchtower
|
|
@@ -162,3 +165,5 @@ services:
|
|
|
- "home_network"
|
|
- "home_network"
|
|
|
volumes:
|
|
volumes:
|
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|
|
|
+ labels:
|
|
|
|
|
+ - traefik.enable=false
|