Kaynağa Gözat

ignorning some services

Jason Playne 3 yıl önce
ebeveyn
işleme
874aaff9d1
1 değiştirilmiş dosya ile 6 ekleme ve 1 silme
  1. 6 1
      network/docker-compose.yml

+ 6 - 1
network/docker-compose.yml

@@ -30,7 +30,6 @@ services:
     image: thomseddon/traefik-forward-auth:2
     env_file: traefik/traefik-forward-auth.env
     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.entrypoints=websecure
       - traefik.http.routers.auth.tls=true
@@ -95,6 +94,8 @@ services:
       - /etc/localtime:/etc/localtime:ro
       - pihole_config_etc:/etc/pihole:rw
       - pihole_config_dnsmasq:/etc/dnsmasq.d:rw
+    labels:
+      - traefik.enable=false
 
   git:
     image: gogs/gogs
@@ -153,6 +154,8 @@ services:
       - POSTGRES_PASSWORD=nextcloud
       - POSTGRES_USER=nextcloud
       - POSTGRES_DB=nextcloud
+    labels:
+      - traefik.enable=false
 
   watchtower:
     image: containrrr/watchtower
@@ -162,3 +165,5 @@ services:
       - "home_network"
     volumes:
       - /var/run/docker.sock:/var/run/docker.sock
+    labels:
+      - traefik.enable=false