feat(docker): default user and db name

This commit is contained in:
Pihkaal
2025-12-04 21:37:37 +01:00
parent 5321c773db
commit e8b87c2ca9

View File

@@ -28,7 +28,7 @@ services:
- postgres - postgres
- redis - redis
environment: environment:
- DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB} - DATABASE_URL=postgresql://${POSTGRES_USER:-postgres}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB:-lbf-bot}
- REDIS_URL=redis://redis:6379 - REDIS_URL=redis://redis:6379
- DISCORD_BOT_TOKEN - DISCORD_BOT_TOKEN
- DISCORD_MENTION - DISCORD_MENTION