Add second authelia config file

This commit is contained in:
2025-11-23 00:10:14 -06:00
parent 57d6021be3
commit 194173c32e

View File

@@ -80,6 +80,10 @@ services:
- /data/certbot/conf/:/etc/letsencrypt/:rw
authelia:
image: 'docker.io/authelia/authelia:latest'
command:
- 'authelia'
- '--config=/config/configuration.yml'
- '--config=/data/configuration.yml'
restart: 'unless-stopped'
secrets: ['JWT_SECRET', 'SESSION_SECRET', 'STORAGE_PASSWORD', 'STORAGE_ENCRYPTION_KEY']
networks:
@@ -90,6 +94,7 @@ services:
AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE: '/run/secrets/STORAGE_ENCRYPTION_KEY'
volumes:
- './authelia/:/config'
- '/data/authelia/:/data'
logging: *logging
minecraft:
image: itzg/minecraft-server:latest