2 Commits

Author SHA1 Message Date
Alex Shevchuk
62ce86f1c4 updated stg pots
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
2025-09-22 13:01:59 +03:00
Alex Shevchuk
ce7aecf8be 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
2025-09-22 12:58:13 +03:00

View File

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