feat: build console from local feat-ai-chatbot source in docker-compose

This commit is contained in:
Prem Palanisamy
2026-02-20 16:00:23 +00:00
parent 5db174fde9
commit 4992611f42
+6 -1
View File
@@ -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