Browse Source

remove auth from home_network

Jason Playne 3 years ago
parent
commit
bbc45431de
1 changed files with 0 additions and 2 deletions
  1. 0 2
      network/docker-compose.yml

+ 0 - 2
network/docker-compose.yml

@@ -29,8 +29,6 @@ services:
   traefik-forward-auth:
     image: thomseddon/traefik-forward-auth:2
     env_file: traefik/traefik-forward-auth.env
-    networks:
-      - "home_network"
     labels: # you only need these if you're using an auth host
       - traefik.enable=true
       - traefik.http.routers.auth.rule=Host(`auth.playne.au`)