Fix reproducible frontend Docker deployment

This commit is contained in:
faligam
2026-09-06 16:47:39 +02:00
parent c7b091d1e3
commit 37636e144b
21 changed files with 2799 additions and 85 deletions

View File

@@ -46,7 +46,7 @@ services:
depends_on:
- web
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:8080/health || exit 1"]
test: ["CMD", "wget", "-qO-", "http://localhost/health"]
interval: 30s
timeout: 5s
retries: 3
@@ -66,4 +66,4 @@ networks:
volumes:
caddy_data:
caddy_config:
caddy_config: