Files
blackcanyontickets/docker-compose.astro.yml
dzinesco 374bbed9e7 fix: Add env_file directive to Docker Compose configurations
- Add env_file directive to docker-compose.astro.yml
- Add env_file directive to docker-compose.override.yml
- Ensures Docker Compose loads .env file properly
- Fixes environment variable substitution (${PUBLIC_SUPABASE_URL}, etc.)

Without this, environment variables were undefined in containers
causing connection failures to Supabase and other services.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-12 19:40:01 -06:00

1.4 KiB