mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: build console from local feat-ai-chatbot source in docker-compose
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user