changed all networks to reverse-proxy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user