Add authelia

This commit is contained in:
2022-03-08 21:38:14 +00:00
parent bdfcd8b48b
commit d91137f163

View File

@@ -49,6 +49,28 @@ services:
- PROXIED=false
network_mode: bridge
authelia:
image: authelia/authelia
container_name: authelia
restart: unless-stopped
environment:
- TZ=Europe/Athens
volumes:
- /home/nick/configs/routing/auth:/config
healthcheck:
disable: true
networks:
- proxy
- authelia
user: 1000:1000
authelia_broker:
image: redis
container_name: authelia_broker
restart: unless-stopped
networks:
- authelia
whoami:
image: containous/whoami
container_name: whoami
@@ -89,5 +111,7 @@ networks:
proxy:
external: true
name: proxy
authelia:
name: authelia
yourls:
name: yourls