deploy: change ports mapping
All checks were successful
Deploy — Staging / Lint, Typecheck & Test (push) Successful in 2m46s
Deploy — Staging / Build & push — admin (push) Successful in 1m33s
Deploy — Staging / Build & push — storefront (push) Successful in 1m41s
Deploy — Staging / Deploy to staging VPS (push) Successful in 30s

This commit is contained in:
2026-03-08 12:00:56 +03:00
parent 439d6d4455
commit 0da06b965d

View File

@@ -5,7 +5,7 @@ services:
image: ${REGISTRY}/storefront:staging image: ${REGISTRY}/storefront:staging
restart: unless-stopped restart: unless-stopped
ports: ports:
- "3000:3000" - "3001:3000"
env_file: env_file:
- path: .env - path: .env
required: false required: false
@@ -14,7 +14,7 @@ services:
image: ${REGISTRY}/admin:staging image: ${REGISTRY}/admin:staging
restart: unless-stopped restart: unless-stopped
ports: ports:
- "3001:3001" - "3002:3001"
env_file: env_file:
- path: .env - path: .env
required: false required: false