Add authelia
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user