From 4992611f425110b8c3c0f286a900d564f05af940 Mon Sep 17 00:00:00 2001 From: Prem Palanisamy Date: Fri, 20 Feb 2026 16:00:23 +0000 Subject: [PATCH] feat: build console from local feat-ai-chatbot source in docker-compose --- docker-compose.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1fe4bb6674..27c21305c6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -239,7 +239,12 @@ services: appwrite-console: <<: *x-logging container_name: appwrite-console - image: appwrite/console:7.5.7 + build: + context: ../console + args: + PUBLIC_APPWRITE_ENDPOINT: '' + PUBLIC_CONSOLE_MODE: '' + PUBLIC_CONSOLE_FEATURE_FLAGS: '' restart: unless-stopped networks: - appwrite