From 5c38141718c2067ca025a228591540524ffbe567 Mon Sep 17 00:00:00 2001 From: Alex Shevchuk Date: Mon, 18 Aug 2025 17:49:15 +0300 Subject: [PATCH] 6 --- .gitea/workflows/deploy_staging.yaml | 2 +- docker-compose.staging.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy_staging.yaml b/.gitea/workflows/deploy_staging.yaml index c8159ed..94ea9d9 100644 --- a/.gitea/workflows/deploy_staging.yaml +++ b/.gitea/workflows/deploy_staging.yaml @@ -58,7 +58,7 @@ jobs: strategy: matrix: project: - - api_gateway + - test_deploy steps: - name: Checkout code diff --git a/docker-compose.staging.yaml b/docker-compose.staging.yaml index 2383416..a96f126 100644 --- a/docker-compose.staging.yaml +++ b/docker-compose.staging.yaml @@ -3,8 +3,6 @@ version: "3.9" services: molva-api-gateway: image: molvaapp/api_gateway:${VERSION:-latest} - container_name: molva-api-gateway - restart: unless-stopped ports: - "8001:8000" volumes: