feat: allow appflowy cloud docker compose setup to optionally enable appflowy web

This commit is contained in:
khorshuheng 2025-01-06 13:56:05 +08:00
parent 18e10dc644
commit 2b800c8aa4
1 changed files with 2 additions and 0 deletions

View File

@ -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