treasurer/deployments/staging/docker-compose.yaml

22 lines
753 B
YAML
Raw Normal View History

2023-06-19 19:25:51 +00:00
services:
2023-06-20 08:50:15 +00:00
treasurer-app-staging:
2025-02-23 17:21:07 +00:00
image: gitea.pena/penaside/treasurer/staging:$GITHUB_RUN_NUMBER
2023-06-19 19:25:51 +00:00
tty: true
environment:
2025-06-13 12:40:31 +00:00
HTTP_URL: 0.0.0.0:8085
HTTP_DOMAIN: http://localhost:8085
GRPC_URL: 0.0.0.0:9085
IS_MOCK: false
MOCK_SERVICE_HOST: http://treasurer-mock-staging:8080
YOOMONEY_STORE_ID: 342813
YOOMONEY_SECRET_KEY: test_CD5KsaQOIcw_yqF4GMT-NuTm8-aaq4dTmQ5bunVAnwE
YOOMONEY_WEBHOOKS_URL: http://treasurer-mock-staging:8080/webhooks
YOOMONEY_PAYMENTS_URL: https://api.yookassa.ru/v3/payments
MONGO_URL: mongodb://treasurer:Wr5uCLwIu7CEeWT3@10.7.0.6:27017/?authSource=treasurer
MONGO_DB_NAME: treasurer
2023-06-19 19:25:51 +00:00
ports:
2025-01-02 22:25:37 +00:00
- 10.7.0.6:8085:8085
- 10.7.0.6:9085:9085