fix: pass admin credentials to web container
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
This commit is contained in:
@@ -50,6 +50,8 @@ services:
|
||||
- NODE_ENV=production
|
||||
- REDIS_URL=redis://redis:6379
|
||||
- API_KEY=${API_KEY:?API_KEY is required}
|
||||
- ADMIN_USERNAME=${ADMIN_USERNAME:-}
|
||||
- ADMIN_PASSWORD=${ADMIN_PASSWORD:-}
|
||||
- PUBLIC_MCP_BETA_TOKEN=${PUBLIC_MCP_BETA_TOKEN:-}
|
||||
- VIBEWORK_JOB_SECRET=${VIBEWORK_JOB_SECRET:-}
|
||||
- VIBEWORK_SITE_URL=${VIBEWORK_SITE_URL:-https://vibework.wooo.work}
|
||||
|
||||
Reference in New Issue
Block a user