diff --git a/docker-compose.yaml b/docker-compose.yaml index 9798852..43d12e4 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -46,8 +46,8 @@ services: timescale_db: condition: service_healthy env_file: .env - ports: - - "8000:8000" + # No host port binding — Coolify's Traefik proxy routes traffic internally. + # Set the webhook domain in Coolify UI pointing to this service on port 8000. healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8000/health"] interval: 30s