Add authelia postgres backend
This commit is contained in:
@@ -64,6 +64,20 @@ services:
|
|||||||
- authelia
|
- authelia
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
|
|
||||||
|
authelia_db:
|
||||||
|
image: postgres
|
||||||
|
name: authelia_db
|
||||||
|
restart: unless_stopped
|
||||||
|
environment:
|
||||||
|
- POSTGRES_USER=authelia
|
||||||
|
- POSTGRES_PASSWORD=authelia
|
||||||
|
- POSTGRES_DB=authelia
|
||||||
|
volumes:
|
||||||
|
- /home/nick/configs/routing/auth/db:/var/lib/postgresql/data
|
||||||
|
networks:
|
||||||
|
- authelia
|
||||||
|
user: 1000:1000
|
||||||
|
|
||||||
authelia_broker:
|
authelia_broker:
|
||||||
image: redis
|
image: redis
|
||||||
container_name: authelia_broker
|
container_name: authelia_broker
|
||||||
|
Reference in New Issue
Block a user