chore: make authentik network internal
This commit is contained in:
parent
50435473d2
commit
5cfcc740ba
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue