chore: add env var for docker compose

This commit is contained in:
Zack Fu Zi Xiang 2024-03-21 10:26:07 +08:00
parent 75217f39fe
commit 9b375a5afb
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ services:
- RUST_LOG=${RUST_LOG:-info}
- ADMIN_FRONTEND_REDIS_URL=${ADMIN_FRONTEND_REDIS_URL:-redis://redis:6379}
- ADMIN_FRONTEND_GOTRUE_URL=${ADMIN_FRONTEND_GOTRUE_URL:-http://gotrue:9999}
- ADMIN_FRONTEND_APPFLOWY_CLOUD_URL=${ADMIN_FRONTEND_APPFLOWY_CLOUD_URL:-http://appflowy_cloud:8000}
volumes:
postgres_data: