fix: temporarily disable lifecycle hooks and CMS dependency to fix startup

- Disable lifecycle hooks (rename to .disabled) to prevent CMS crash
- Remove backend dependency on CMS to allow independent startup
- This should fix the Gateway Timeout on both services
This commit is contained in:
echo 2026-02-27 18:25:22 +01:00
parent c1b49a4cb6
commit 06a0c9fe05
2 changed files with 0 additions and 2 deletions

View File

@ -87,8 +87,6 @@ services:
depends_on:
postgres-backend:
condition: service_healthy
cms:
condition: service_healthy
healthcheck:
test: ['CMD', 'node', '-e', "require('http').get('http://127.0.0.1:3000/api/v1/health', (r) => {if(r.statusCode !== 200) process.exit(1)})"]
interval: 30s