Add authelia

This commit is contained in:
2025-07-19 20:19:59 +05:30
parent ba3e98fc17
commit 433fc0b2a7

View File

@@ -0,0 +1,17 @@
services:
authelia:
container_name: authelia
image: authelia/authelia:4.39.5
restart: unless-stopped
environment:
- TZ=${TZ}
volumes:
- ${APPDATA_PATH}/authelia/config:/config
ports:
- ${PORT}:9091
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost:9091/api/state"]
# start_period: 30s
# interval: 10s
# timeout: 10s
# retries: 3