This commit is contained in:
Michael Grote 2023-03-31 12:00:55 +02:00
parent 0fc7ff9080
commit 716a3a15a2
1 changed files with 4 additions and 5 deletions

View File

@ -7,7 +7,7 @@ services:
image: docker.io/authelia/authelia:4
restart: always
networks:
- aaa
- nw_aaa
- intern
expose:
- 9091
@ -16,6 +16,9 @@ services:
AUTHELIA_JWT_SECRET: {{ lookup('keepass', 'AUTHELIA_JWT_SECRET', 'password') }}
AUTHELIA_SESSION_SECRET: {{ lookup('keepass', 'AUTHELIA_SESSION_SECRET', 'password') }}
AUTHELIA_STORAGE_POSTGRES_PASSWORD: {{ lookup('keepass', 'AUTHELIA_STORAGE_POSTGRES_PASSWORD', 'password') }}
AUTHELIA_STORAGE_POSTGRES_HOST: authelia-postgres
AUTHELIA_STORAGE_POSTGRES_DATABASE: authelia
AUTHELIA_STORAGE_POSTGRES_USERNAME: authelia
AUTHELIA_STORAGE_ENCRYPTION_KEY: {{ lookup('keepass', 'AUTHELIA_STORAGE_ENCRYPTION_KEY', 'password') }}
labels:
- com.centurylinklabs.watchtower.enable=true
@ -63,7 +66,3 @@ networks:
volumes:
postgres:
redis:
# redis