53 это Санкт Петербург
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped
This commit is contained in:
@@ -2,15 +2,15 @@ version: "3.9"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
molva-api-gateway:
|
molva-api-gateway:
|
||||||
image: molvaapp/test_deploy:${VERSION:-latest}
|
image: molvaapp/test_deploy:${VERSION}
|
||||||
ports:
|
ports:
|
||||||
- target: 8000
|
- target: 8000
|
||||||
published: 8001
|
published: 8001
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
environment:
|
environment:
|
||||||
APP_VERSION: ${VERSION:-latest}
|
APP_VERSION: ${VERSION}
|
||||||
APP_COMMIT: ${APP_COMMIT:-undefined}
|
APP_COMMIT: ${APP_COMMIT}
|
||||||
APP_BUILD_DATE: ${APP_BUILD_DATE:-undefined}
|
APP_BUILD_DATE: ${APP_BUILD_DATE}
|
||||||
|
|
||||||
KEYCLOAK_BASE_URL: ${KEYCLOAK_BASE_URL}
|
KEYCLOAK_BASE_URL: ${KEYCLOAK_BASE_URL}
|
||||||
KEYCLOAK_REALM: ${KEYCLOAK_REALM}
|
KEYCLOAK_REALM: ${KEYCLOAK_REALM}
|
||||||
|
Reference in New Issue
Block a user