treasurer/deployments/staging/docker-compose.yaml
skeris 8fe985b964
All checks were successful
Deploy / CreateImage (push) Successful in 1m45s
Deploy / DeployService (push) Successful in 20s
ci prod
2025-02-23 20:21:07 +03:00

31 lines
863 B
YAML

services:
treasurer-app-staging:
image: gitea.pena/penaside/treasurer/staging:$GITHUB_RUN_NUMBER
tty: true
environment:
- HTTP_HOST=0.0.0.0
- HTTP_PORT=8085
- HTTP_DOMEN=http://localhost:8085
- GRPC_HOST=0.0.0.0
- GRPC_PORT=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_HOST=10.7.0.6
- MONGO_PORT=27017
- MONGO_USER=treasurer
- MONGO_PASSWORD=Wr5uCLwIu7CEeWT3
- MONGO_DB_NAME=treasurer
- MONGO_AUTH=treasurer
ports:
- 10.7.0.6:8085:8085
- 10.7.0.6:9085:9085