more work with Dockerfile and dbmate
This commit is contained in:
@@ -9,6 +9,11 @@ services:
|
||||
- PORT=3000
|
||||
- DATABASE_URL=postgres://${POSTGRES_USER:-botino}:${POSTGRES_PASSWORD:-botino}@db:5432/${POSTGRES_DB:-botino}
|
||||
- REDIS_URL=redis://redis:6379
|
||||
# Variables para seed (configurar en Coolify)
|
||||
- APP_ENCRYPTION_KEY=${APP_ENCRYPTION_KEY:-}
|
||||
- WOO_CONSUMER_KEY=${WOO_CONSUMER_KEY:-}
|
||||
- WOO_CONSUMER_SECRET=${WOO_CONSUMER_SECRET:-}
|
||||
- WOO_BASE_URL=${WOO_BASE_URL:-}
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user