From 0faac8e39217b7aa7c85a0ce109a384ad78c3f0c Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Wed, 7 Jan 2026 21:18:18 +0100 Subject: [PATCH] chore: update mailgun-webhook service URL to mailgun-webhook.rezije.app MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- docker-stack/docker-compose-standalone.yaml | 2 +- docker-stack/docker-compose-swarm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-stack/docker-compose-standalone.yaml b/docker-stack/docker-compose-standalone.yaml index c175e2c..eaae6c1 100644 --- a/docker-stack/docker-compose-standalone.yaml +++ b/docker-stack/docker-compose-standalone.yaml @@ -95,5 +95,5 @@ services: - traefik.docker.network=traefik-network - traefik.http.services.mailgun-webhook.loadbalancer.server.port=3000 - 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`) diff --git a/docker-stack/docker-compose-swarm.yml b/docker-stack/docker-compose-swarm.yml index b95f186..265addf 100644 --- a/docker-stack/docker-compose-swarm.yml +++ b/docker-stack/docker-compose-swarm.yml @@ -98,5 +98,5 @@ services: - traefik.docker.network=traefik-network - traefik.http.services.mailgun-webhook.loadbalancer.server.port=3000 - 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`)