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