fix: ci add service dependency of appflowy cloud on admin frontend

This commit is contained in:
Zack Fu Zi Xiang 2024-12-09 20:50:09 +08:00
parent a8c3adf166
commit f1d78116b1
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -151,6 +151,9 @@ services:
context: . context: .
dockerfile: ./admin_frontend/Dockerfile dockerfile: ./admin_frontend/Dockerfile
image: appflowyinc/admin_frontend:${APPFLOWY_ADMIN_FRONTEND_VERSION:-latest} image: appflowyinc/admin_frontend:${APPFLOWY_ADMIN_FRONTEND_VERSION:-latest}
depends_on:
appflowy_cloud:
condition: service_healthy
ports: ports:
- 3000:3000 - 3000:3000
environment: environment: