updated stg deploy
Some checks failed
Go Linter / Build golang services (api_gateway) (push) Has been cancelled
Go Linter / Tag Commit (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-09-22 12:58:13 +03:00
parent f64936e0f3
commit ce7aecf8be

View File

@@ -4,9 +4,8 @@ services:
molva-api-gateway:
image: molvaapp/test_deploy:${VERSION}
ports:
- target: 8000
published: 8001
protocol: tcp
- "0.0.0.0:8001:8000"
- "[::]:8001:8000"
environment:
APP_VERSION: ${APP_VERSION}
APP_COMMIT: ${APP_COMMIT}