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: networks:
authentik: authentik:
internal: true external: true
postgres: postgres:
external: true external: true
proxy: proxy:

View file

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