fix: ci add service dependency of appflowy cloud on admin frontend
This commit is contained in:
parent
a8c3adf166
commit
f1d78116b1
|
|
@ -151,6 +151,9 @@ services:
|
|||
context: .
|
||||
dockerfile: ./admin_frontend/Dockerfile
|
||||
image: appflowyinc/admin_frontend:${APPFLOWY_ADMIN_FRONTEND_VERSION:-latest}
|
||||
depends_on:
|
||||
appflowy_cloud:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- 3000:3000
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in New Issue