6
Some checks failed
Deploy Production / Deploy to Staging (push) Has been skipped
Go Linter / Build golang services (api_gateway) (push) Has been cancelled
Go Linter / Push Docker Images (api_gateway) (push) Has been cancelled
Go Linter / Run golangci-lint (api_gateway) (push) Has been cancelled

This commit is contained in:
Alex Shevchuk
2025-08-18 17:49:15 +03:00
parent 96401b3787
commit 5c38141718
2 changed files with 1 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
project:
- api_gateway
- test_deploy
steps:
- name: Checkout code

View File

@@ -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: