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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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