29ef528d67
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
247 B
Bash
9 lines
247 B
Bash
# Database
|
|
DB_PASSWORD=changeme
|
|
DATABASE_URL=postgres://wc:changeme@worldcup_db:5432/worldcup
|
|
|
|
# Traefik (set TRAEFIK_ENABLED=true when deploying behind Traefik)
|
|
TRAEFIK_ENABLED=false
|
|
TRAEFIK_HOST=worldcup.example.com
|
|
NETWORK_NAME=traefik-network
|