20
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped

This commit is contained in:
Alex Shevchuk
2025-08-19 00:06:43 +03:00
parent 4c52a532e0
commit cefc15b06e
2 changed files with 49 additions and 4 deletions

View File

@@ -5,6 +5,29 @@ services:
image: molvaapp/api_gateway:${VERSION:-latest}
ports:
- "8001:8000"
environment:
KEYCLOAK_BASE_URL: ${KEYCLOAK_BASE_URL}
KEYCLOAK_REALM: ${KEYCLOAK_REALM}
KEYCLOAK_CLIENT_ID: ${KEYCLOAK_CLIENT_ID}
KEYCLOAK_CLIENT_SECRET: ${KEYCLOAK_CLIENT_SECRET}
BROKER_HOST: ${BROKER_HOST}
BROKER_PORT: ${BROKER_PORT}
BROKER_USERNAME: ${BROKER_USERNAME}
BROKER_PASSWORD: ${BROKER_PASSWORD}
SHORTENER_SECRET_KEY: ${SHORTENER_SECRET_KEY}
CACHE_ADDRS: ${CACHE_ADDRS}
CACHE_PASSWORD: ${CACHE_PASSWORD}
DB_HOSTS: ${DB_HOSTS}
DB_PORT: ${DB_PORT}
DB_USERNAME: ${DB_USERNAME}
DB_PASSWORD: ${DB_PASSWORD}
DB_DBNAME: ${DB_DBNAME}
INTEGRATION_VKUSVILL_API_TOKEN: ${INTEGRATION_VKUSVILL_API_TOKEN}
volumes:
- /opt/molva:/opt/molva
- /opt/molva/object_storage/credentials:/root/.aws/credentials:ro