diff --git a/compose.yml b/compose.yml index 5eb8d6d..5fe2c62 100644 --- a/compose.yml +++ b/compose.yml @@ -5,7 +5,6 @@ services: volumes: - '$PWD/authelia/config:/config' networks: - - authelia - reverse-proxy restart: 'unless-stopped' healthcheck: @@ -19,7 +18,7 @@ services: volumes: - '$PWD/redis:/data' networks: - - authelia + - reverse-proxy restart: 'unless-stopped' environment: TZ: 'America/Chicago' @@ -44,8 +43,6 @@ services: # - CLOUDFLARE_API_TOKEN=${CLOUDFLARE_API_TOKEN} networks: - authelia: - name: authelia reverse-proxy: name: reverse-proxy external: true