chore: update mailgun-webhook service URL to mailgun-webhook.rezije.app

- Change from webhook.rezije.app to mailgun-webhook.rezije.app for clarity
- Update both standalone and swarm configurations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Knee Cola
2026-01-07 21:18:18 +01:00
parent f9f33a2b45
commit 0faac8e392
2 changed files with 2 additions and 2 deletions

View File

@@ -95,5 +95,5 @@ services:
- traefik.docker.network=traefik-network - traefik.docker.network=traefik-network
- traefik.http.services.mailgun-webhook.loadbalancer.server.port=3000 - traefik.http.services.mailgun-webhook.loadbalancer.server.port=3000
- traefik.http.routers.mailgun-webhook.entrypoints=http - traefik.http.routers.mailgun-webhook.entrypoints=http
- traefik.http.routers.mailgun-webhook.rule=Host(`webhook.rezije.app`) - traefik.http.routers.mailgun-webhook.rule=Host(`mailgun-webhook.rezije.app`)

View File

@@ -98,5 +98,5 @@ services:
- traefik.docker.network=traefik-network - traefik.docker.network=traefik-network
- traefik.http.services.mailgun-webhook.loadbalancer.server.port=3000 - traefik.http.services.mailgun-webhook.loadbalancer.server.port=3000
- traefik.http.routers.mailgun-webhook.entrypoints=http - traefik.http.routers.mailgun-webhook.entrypoints=http
- traefik.http.routers.mailgun-webhook.rule=Host(`webhook.rezije.app`) - traefik.http.routers.mailgun-webhook.rule=Host(`mailgun-webhook.rezije.app`)