Files
docker-compose/authelia/docker-compose.yml
2025-07-19 20:19:59 +05:30

18 lines
420 B
YAML

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