Update docker-compose

This commit is contained in:
2025-08-06 20:24:02 +10:00
parent 970fece081
commit 1a5abb6c0c
+3 -1
View File
@@ -9,9 +9,11 @@ services:
- WEBAUTHN_RP_ID=localhost - WEBAUTHN_RP_ID=localhost
- DATABASE_PATH=/data/passkey-auth.db - DATABASE_PATH=/data/passkey-auth.db
- SESSION_SECRET=dev-secret-change-in-production - SESSION_SECRET=dev-secret-change-in-production
- ADMIN_EMAIL=admin@example.com
- DEFAULT_EMAIL=admin@example.com
volumes: volumes:
- ./data:/data - ./data:/data
- ./config.yaml:/root/config.yaml - ./config.yaml:/app/config.yaml
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:8080/health"] test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:8080/health"]