Add authelia postgres backend

This commit is contained in:
2022-03-09 12:13:48 +00:00
parent 29266a0b24
commit e46fd6b944

View File

@@ -64,6 +64,20 @@ services:
- authelia
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:
image: redis
container_name: authelia_broker