Add authentik

This commit is contained in:
Tobias Reisinger 2022-08-07 01:14:57 +02:00
parent 29f31783f5
commit aa5d722dc3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 96 additions and 4 deletions

View file

@ -12,7 +12,7 @@ services:
volumes:
- app:/var/www/html
networks:
tt-rss:
local-net:
aliases:
- tt-rss-app
@ -30,7 +30,7 @@ services:
- app
command: /opt/tt-rss/updater.sh
networks:
tt-rss:
local-net:
web-nginx:
image: cthulhoo/ttrss-web-nginx
@ -43,7 +43,7 @@ services:
depends_on:
- app
networks:
tt-rss:
local-net:
services:
aliases:
- tt-rss
@ -52,6 +52,6 @@ volumes:
app:
networks:
tt-rss:
local-net:
services:
external: true