Skip to content

Commit 5cfcc74

Browse files
authored
chore: make authentik network internal
1 parent 5043547 commit 5cfcc74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/authentik/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,11 @@ services:
9999
- postgresql
100100
- redis
101101
networks:
102+
- proxy
102103
- authentik-internal
103104

104105
networks:
105106
proxy:
106107
external: true
107108
authentik-internal:
108-
external: true
109+
internal: true

0 commit comments

Comments
 (0)