From 80f72b91b5af0c8f474a7855a11fbf0565ec4e1c Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 17 Dec 2023 23:30:13 +0800 Subject: [PATCH] chore: update docker compose --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 05a8d146..7a99e2b0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: