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: