treasurer/deployments/main/docker-compose.yaml
skeris 5c883b0b77
All checks were successful
Deploy / CreateImage (push) Successful in 1m44s
Deploy / DeployService (push) Successful in 21s
mongo not localhost
2025-03-19 02:31:31 +03:00

29 lines
802 B
YAML

services:
treasurer-app-prod:
image: gitea.pena/penaside/treasurer/main:$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
- YOOMONEY_STORE_ID=914332
- YOOMONEY_SECRET_KEY=live_os6hGLfoP6u32RVi4kW8xDZ-2gjWmdVvF5SWl3UaOOQ
- YOOMONEY_PAYMENTS_URL=https://api.yookassa.ru/v3/payments
- YOOMONEY_WEBHOOKS_URL=http://treasurer-mock-staging:8080/webhooks
- MONGO_HOST=10.8.0.226
- MONGO_PORT=27017
- MONGO_USER=treasurer-prod
- MONGO_PASSWORD=Wr5uCLwIu7CEeWT3
- MONGO_DB_NAME=treasurer
- MONGO_AUTH=treasurer
ports:
- 10.8.0.226:8085:8085
- 10.8.0.226:9085:9085