This commit is contained in:
Lucas Tettamanti
2026-01-27 02:59:31 -03:00
parent df9420b954
commit 1e84d19db8
2 changed files with 4 additions and 3 deletions

View File

@@ -5,10 +5,8 @@ services:
command: sh -c "npm install && npm run dev"
expose:
- "3000"
env_file:
- .env
environment:
- NODE_ENV=development
- NODE_ENV=production
- PORT=3000
- DATABASE_URL=postgres://${POSTGRES_USER:-botino}:${POSTGRES_PASSWORD:-botino}@db:5432/${POSTGRES_DB:-botino}
- REDIS_URL=redis://redis:6379