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:
parent
c1b49a4cb6
commit
06a0c9fe05
@ -87,8 +87,6 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
postgres-backend:
|
postgres-backend:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
cms:
|
|
||||||
condition: service_healthy
|
|
||||||
healthcheck:
|
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)})"]
|
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
|
interval: 30s
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user