treasurer/deployments/main/docker-compose.yaml

29 lines
801 B
YAML
Raw Normal View History

2024-04-17 02:27:56 +00:00
services:
treasurer-app-prod:
2025-02-23 17:21:07 +00:00
image: gitea.pena/penaside/treasurer/main:$GITHUB_RUN_NUMBER
2024-04-17 02:27:56 +00:00
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
2024-04-17 03:49:43 +00:00
- YOOMONEY_WEBHOOKS_URL=http://treasurer-mock-staging:8080/webhooks
2024-04-17 02:27:56 +00:00
2025-02-23 17:21:07 +00:00
- MONGO_HOST=localhost
2024-04-17 02:27:56 +00:00
- MONGO_PORT=27017
2025-02-23 17:21:07 +00:00
- MONGO_USER=treasurer-prod
- MONGO_PASSWORD=Wr5uCLwIu7CEeWT3
2024-04-17 02:27:56 +00:00
- MONGO_DB_NAME=treasurer
- MONGO_AUTH=treasurer
ports:
2025-02-23 17:21:07 +00:00
- 10.8.0.226:8085:8085
- 10.8.0.226:9085:9085