Add authelia
This commit is contained in:
17
authelia/docker-compose.yml
Normal file
17
authelia/docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user