Updates for authentik config

This commit is contained in:
Marko Korhonen 2021-11-26 17:18:15 +02:00
parent cb44a92506
commit 8d73a1978b
3 changed files with 5 additions and 1 deletions

1
docker/authentik/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.env

View file

@ -77,7 +77,7 @@ services:
networks:
authentik:
internal: true
external: true
postgres:
external: true
proxy:

View file

@ -10,6 +10,7 @@ services:
- "8096:8096"
networks:
- proxy
- authentik
restart: unless-stopped
volumes:
- /docker/jellyfin/config:/config
@ -33,3 +34,5 @@ services:
networks:
proxy:
external: true
authentik:
external: true