# Docker Compose Environment Variables # Backend BACKEND_PORT=8000 DEBUG=true LOG_LEVEL=INFO # Frontend FRONTEND_PORT=3000 REACT_APP_API_URL=http://localhost:8000 # Database POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres POSTGRES_DB=appdb POSTGRES_PORT=5432