# Copy to .env before running `docker compose up`. These credentials are used # by both the postgres service (to initialize the database) and the signalhaven # service (via SIGNALHAVEN_DATABASE_URL). POSTGRES_DB=signalhaven POSTGRES_USER=signalhaven POSTGRES_PASSWORD=change-me # Image tag for the SignalHaven container. Pin to a specific release for # reproducible deployments (e.g. ghcr.io/rrainn/signalhaven:1.2.3). SIGNALHAVEN_IMAGE=ghcr.io/rrainn/signalhaven:latest # Host port the SignalHaven HTTP API is published on. SIGNALHAVEN_HTTP_PORT=3000 # Disabled by default because this contacts a third-party service with the # server's public IP address. Set to true to show it on the Advanced page. SIGNALHAVEN_EXTERNAL_IP_LOOKUP_ENABLED=false