diff --git a/stack.production.yml b/stack.production.yml index 0ad9435..7aa4309 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -27,7 +27,7 @@ services: traefik.docker.network: traefik # - 'traefik.http.routers.production_uptime_uptime.middlewares=authelia@docker' networks: - traefik + - traefik networks: traefik: external: true \ No newline at end of file diff --git a/stack.staging.yml b/stack.staging.yml index 5d5e4e6..1ac8a77 100644 --- a/stack.staging.yml +++ b/stack.staging.yml @@ -27,7 +27,7 @@ services: traefik.docker.network: traefik # - 'traefik.http.routers.staging_uptime_uptime.middlewares=authelia@docker' networks: - traefik + - traefik networks: traefik: external: true \ No newline at end of file