remove database_url
This commit is contained in:
@@ -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:-}
|
||||||
|
|||||||
Reference in New Issue
Block a user