Files
nas-tools/tmp_remote/authelia_docker_compose.yml
Gan, Jimmy 29a9e9d881
Deploy Dashboard / deploy (push) Successful in 16m20s
feat: integrate Authelia SSO and update LLDAP routing
2026-02-27 23:04:57 +08:00

17 lines
347 B
YAML
Executable File

services:
authelia:
image: authelia/authelia:latest
container_name: authelia
restart: unless-stopped
ports:
- "9092:9091"
volumes:
- /volume1/docker/authelia/config:/config
environment:
- TZ=Asia/Shanghai
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"