chore: make authentik network internal

This commit is contained in:
LRVT
2024-09-26 09:52:28 +02:00
committed by GitHub
parent 50435473d2
commit 5cfcc740ba

View File

@@ -99,10 +99,11 @@ services:
- postgresql - postgresql
- redis - redis
networks: networks:
- proxy
- authentik-internal - authentik-internal
networks: networks:
proxy: proxy:
external: true external: true
authentik-internal: authentik-internal:
external: true internal: true