changed all networks to reverse-proxy

This commit is contained in:
2026-04-25 00:29:48 +00:00
parent eaf96dbb23
commit a153a31254

View File

@@ -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