Remove webhook_receiver host port binding (Coolify proxy handles routing)

Port 8000 was already allocated on the host. On Coolify, Traefik routes
external traffic to the container internally — no host port needed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
David Kiania 2026-04-08 16:49:52 +03:00
parent 2fbd286d29
commit b59616c7aa

View file

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