From e3eb697c896f92c20cd000d8ac1d15e0929d1362 Mon Sep 17 00:00:00 2001 From: Harikrishnan Dhanasekaran Date: Sun, 26 Oct 2025 05:26:45 +0530 Subject: [PATCH] =?UTF-8?q?fix(automatisch):=20resolve=20Bad=20Gateway=20b?= =?UTF-8?q?y=20fixing=20port=20mismatch=20(443=E2=86=923000)=20(#470)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blueprints/automatisch/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/automatisch/docker-compose.yml b/blueprints/automatisch/docker-compose.yml index b666de00..42f585c8 100644 --- a/blueprints/automatisch/docker-compose.yml +++ b/blueprints/automatisch/docker-compose.yml @@ -4,11 +4,11 @@ services: image: dockeriddonuts/automatisch:2.0 restart: unless-stopped ports: - - 443 + - 3000 environment: - HOST=${DOMAIN} - PROTOCOL=http - - PORT=443 + - PORT=3000 - APP_ENV=production - REDIS_HOST=automatisch-redis - REDIS_USERNAME=default