sync: latest working state before Gitea migration (2026-08-10)

This commit is contained in:
konturai-ops
2026-08-10 05:53:51 +00:00
parent 94c11f398c
commit 699b56a37c
+1 -1
View File
@@ -12,7 +12,7 @@ services:
environment:
- NODE_ENV=production
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost/health"]
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://127.0.0.1/health"]
interval: 30s
timeout: 10s
retries: 3