This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user