remove database_url

This commit is contained in:
Lucas Tettamanti
2026-02-04 18:36:28 -03:00
parent d8a0677912
commit b933db88df

View File

@@ -7,7 +7,6 @@ services:
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- PORT=3000 - PORT=3000
- DATABASE_URL=postgres://${POSTGRES_USER:-botino}:${POSTGRES_PASSWORD:-botino}@db:5432/${POSTGRES_DB:-botino}
- REDIS_URL=redis://redis:6379 - REDIS_URL=redis://redis:6379
# Variables para seed (configurar en Coolify) # Variables para seed (configurar en Coolify)
- APP_ENCRYPTION_KEY=${APP_ENCRYPTION_KEY:-} - APP_ENCRYPTION_KEY=${APP_ENCRYPTION_KEY:-}