remove: docker-compose.yml (remplacé par .yaml)

This commit is contained in:
Zoz
2026-05-16 19:30:08 +02:00
parent 735dfe8284
commit 20032955ce
-18
View File
@@ -1,18 +0,0 @@
services:
authelia:
image: authelia/authelia:latest
container_name: authelia
restart: unless-stopped
volumes:
- /opt/authelia/config/configuration.yml:/config/configuration.yml:ro
- /opt/authelia/config/users.yml:/config/users.yml:ro
- /opt/authelia/data:/config/data
ports:
- "9091:9091"
environment:
TZ: 'Europe/Paris'
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:9091/api/health"]
interval: 30s
timeout: 3s
retries: 3