chore: update docker compose

This commit is contained in:
nathan 2023-12-17 23:30:13 +08:00
parent 69ed6ff4e8
commit 80f72b91b5
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ services:
build:
context: .
dockerfile: Dockerfile
# image: appflowyinc/appflowy_cloud:${BACKEND_VERSION:-latest}
image: appflowyinc/appflowy_cloud:${BACKEND_VERSION:-latest}
depends_on:
- redis
- postgres
@ -130,7 +130,7 @@ services:
build:
context: .
dockerfile: ./admin_frontend/Dockerfile
# image: appflowyinc/admin_frontend:${BACKEND_VERSION:-latest}
image: appflowyinc/admin_frontend:${BACKEND_VERSION:-latest}
depends_on:
- gotrue
ports: