fix: expose app port 4321 for coolify compose routing

This commit is contained in:
2026-07-23 11:58:58 +00:00
parent a9cd2ccecb
commit e6bc8954af
+2
View File
@@ -26,6 +26,8 @@ services:
depends_on: depends_on:
- db - db
- minio - minio
expose:
- "4321"
healthcheck: healthcheck:
test: ["CMD", "node", "-e", "fetch('http://127.0.0.1:4321/api/health').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))"] test: ["CMD", "node", "-e", "fetch('http://127.0.0.1:4321/api/health').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))"]
interval: 30s interval: 30s