# GHOSTS Docker Compose environment variables # Copy this file to .env and adjust values before running `docker compose up`. # --- Database --- POSTGRES_PASSWORD=changeme # --- Frontend --- # API URL as seen by the browser (not Docker-internal). Adjust for remote deployments. WEB_API_URL=http://localhost:5000/api WEB_N8N_API_URL=http://localhost:5678 WEB_GRAFANA_URL=http://localhost:3000 # --- n8n Workflow Automation --- # API endpoint used by the GHOSTS API to communicate with n8n. N8N_API_URL=http://ghosts-n8n:5678/api/v1/workflows # n8n public API key — create in n8n UI: Settings > API > Create API Key # There is no env-var bootstrap for this; it must be created through the n8n interface. N8N_API_KEY=