Merge pull request #1130 from AppFlowy-IO/update-docker-compose-for-web
feat: allow appflowy cloud docker compose setup to optionally enable appflowy web
This commit is contained in:
commit
da5c4f2c02
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue