dev-deploy: production mirror + full observability behind the /_gm gate #88

Merged
developer merged 8 commits from feature/dev-prod-mirror into development 2026-06-01 04:56:46 +00:00
Showing only changes of commit 45815c27d9 - Show all commits
+1 -1
View File
@@ -84,7 +84,7 @@ services:
volumes:
- galaxy-dev-mailpit-config:/etc/mailpit:ro
healthcheck:
test: ["CMD", "wget", "-q", "-O-", "http://localhost:8025/livez"]
test: ["CMD", "wget", "-q", "-O-", "http://localhost:8025/mailpit/livez"]
interval: 3s
timeout: 3s
retries: 30