Sync deploy: backend, frontend, worker, docker, config
This commit is contained in:
@@ -257,12 +257,12 @@ services:
|
||||
dockerfile: Dockerfile.prod
|
||||
container_name: toolsplatform-api-gateway
|
||||
restart: unless-stopped
|
||||
# Do not depend on prisma-init success so deploy succeeds even if seed fails; run seed manually once if needed (see COOLIFY-SETUP.md §6.1).
|
||||
depends_on:
|
||||
postgres: { condition: service_started }
|
||||
redis: { condition: service_started }
|
||||
minio: { condition: service_started }
|
||||
keycloak: { condition: service_started }
|
||||
prisma-init: { condition: service_completed_successfully }
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user