chore: update docker compose
This commit is contained in:
parent
69ed6ff4e8
commit
80f72b91b5
|
|
@ -116,7 +116,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
# image: appflowyinc/appflowy_cloud:${BACKEND_VERSION:-latest}
|
image: appflowyinc/appflowy_cloud:${BACKEND_VERSION:-latest}
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- postgres
|
- postgres
|
||||||
|
|
@ -130,7 +130,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./admin_frontend/Dockerfile
|
dockerfile: ./admin_frontend/Dockerfile
|
||||||
# image: appflowyinc/admin_frontend:${BACKEND_VERSION:-latest}
|
image: appflowyinc/admin_frontend:${BACKEND_VERSION:-latest}
|
||||||
depends_on:
|
depends_on:
|
||||||
- gotrue
|
- gotrue
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue