Add authentik
This commit is contained in:
parent
29f31783f5
commit
aa5d722dc3
4 changed files with 96 additions and 4 deletions
tt-rss
|
@ -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
|
||||
|
|
Reference in a new issue