From 0da06b965deae0a0b30d25e0d7c15cb157f1b1b2 Mon Sep 17 00:00:00 2001 From: ianshaloom Date: Sun, 8 Mar 2026 12:00:56 +0300 Subject: [PATCH] deploy: change ports mapping --- deploy/staging/compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/staging/compose.yml b/deploy/staging/compose.yml index 04a4005..52cd351 100644 --- a/deploy/staging/compose.yml +++ b/deploy/staging/compose.yml @@ -5,7 +5,7 @@ services: image: ${REGISTRY}/storefront:staging restart: unless-stopped ports: - - "3000:3000" + - "3001:3000" env_file: - path: .env required: false @@ -14,7 +14,7 @@ services: image: ${REGISTRY}/admin:staging restart: unless-stopped ports: - - "3001:3001" + - "3002:3001" env_file: - path: .env required: false