# Environment Variables # These variables will be available to your project services # Format: VARIABLE_NAME=value # Web Server Configuration NGINX_HOST=localhost NGINX_PORT=80 # Database Configuration POSTGRES_DB=myapp POSTGRES_USER=myuser POSTGRES_PASSWORD=mypassword POSTGRES_PORT=5432 # Example Additional Variables # API_KEY=your_api_key_here # SECRET_KEY=your_secret_key_here # DEBUG=false