From 2b800c8aa46c47a649ae136aa584eddff97773e9 Mon Sep 17 00:00:00 2001 From: khorshuheng Date: Mon, 6 Jan 2025 13:56:05 +0800 Subject: [PATCH] feat: allow appflowy cloud docker compose setup to optionally enable appflowy web --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index d3dc7597..5a294f21 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -136,6 +136,8 @@ services: - APPFLOWY_AI_SERVER_HOST=${APPFLOWY_AI_SERVER_HOST} - APPFLOWY_AI_SERVER_PORT=${APPFLOWY_AI_SERVER_PORT} - APPFLOWY_AI_OPENAI_API_KEY=${APPFLOWY_AI_OPENAI_API_KEY} + # Uncomment this line if AppFlowy Web has been deployed + # - APPFLOWY_WEB_URL=${APPFLOWY_WEB_URL} build: context: . dockerfile: Dockerfile