53 это Санкт Петербург
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped

This commit is contained in:
Alex Shevchuk
2025-08-19 21:09:25 +03:00
parent e1c9235b16
commit 3e718a14cf

View File

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