fix(docker): add BASE_URL env for admin-service
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
424fa3514f
commit
4b4b09f046
|
|
@ -495,6 +495,7 @@ services:
|
|||
environment:
|
||||
- NODE_ENV=production
|
||||
- APP_PORT=3010
|
||||
- BASE_URL=https://rwaapi.szaiai.com
|
||||
- DATABASE_URL=postgresql://${POSTGRES_USER:-rwa_user}:${POSTGRES_PASSWORD:-rwa_secure_password}@postgres:5432/rwa_admin?schema=public
|
||||
- JWT_SECRET=${JWT_SECRET}
|
||||
- REDIS_HOST=redis
|
||||
|
|
|
|||
Loading…
Reference in New Issue