Sync deploy: backend, frontend, worker, docker, config
This commit is contained in:
@@ -371,6 +371,12 @@ services:
|
||||
HOSTNAME: 0.0.0.0
|
||||
# Required: persistent key so Server Action IDs stay valid across deploys (avoids "Failed to find Server Action" + 504)
|
||||
NEXT_SERVER_ACTIONS_ENCRYPTION_KEY: ${NEXT_SERVER_ACTIONS_ENCRYPTION_KEY:-}
|
||||
healthcheck:
|
||||
test: ["CMD", "node", "-e", "require('http').get('http://127.0.0.1:3000/', r => { r.resume(); process.exit(r.statusCode === 200 ? 0 : 1); }).on('error', () => process.exit(1));"]
|
||||
interval: 15s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 90s
|
||||
networks:
|
||||
- frontend
|
||||
ports:
|
||||
@@ -388,7 +394,7 @@ services:
|
||||
- "traefik.http.services.tools-frontend-svc.transport.respondingTimeouts.writeTimeout=120"
|
||||
resources:
|
||||
limits:
|
||||
memory: 512M
|
||||
memory: 768M
|
||||
reservations:
|
||||
memory: 256M
|
||||
|
||||
|
||||
Reference in New Issue
Block a user