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:
|
|
|
|
- HTTP_HOST=0.0.0.0
|
|
|
|
- HTTP_PORT=8085
|
|
|
|
- HTTP_DOMEN=http://localhost:8085
|
|
|
|
|
|
|
|
- GRPC_HOST=0.0.0.0
|
|
|
|
- GRPC_PORT=9085
|
|
|
|
|
2024-03-16 10:21:57 +00:00
|
|
|
- IS_MOCK=false
|
2023-06-20 08:50:15 +00:00
|
|
|
- MOCK_SERVICE_HOST=http://treasurer-mock-staging:8080
|
2023-06-19 19:25:51 +00:00
|
|
|
|
2024-03-15 21:28:21 +00:00
|
|
|
- YOOMONEY_STORE_ID=342813
|
|
|
|
- YOOMONEY_SECRET_KEY=test_CD5KsaQOIcw_yqF4GMT-NuTm8-aaq4dTmQ5bunVAnwE
|
2023-06-20 08:50:15 +00:00
|
|
|
- YOOMONEY_WEBHOOKS_URL=http://treasurer-mock-staging:8080/webhooks
|
2024-03-15 21:28:21 +00:00
|
|
|
- YOOMONEY_PAYMENTS_URL=https://api.yookassa.ru/v3/payments
|
2023-06-19 19:25:51 +00:00
|
|
|
|
2025-01-02 22:25:37 +00:00
|
|
|
- MONGO_HOST=10.7.0.6
|
2023-06-19 19:25:51 +00:00
|
|
|
- MONGO_PORT=27017
|
2025-01-02 22:25:37 +00:00
|
|
|
- MONGO_USER=treasurer
|
|
|
|
- MONGO_PASSWORD=Wr5uCLwIu7CEeWT3
|
2023-06-19 22:05:10 +00:00
|
|
|
- MONGO_DB_NAME=treasurer
|
|
|
|
- MONGO_AUTH=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
|
|
|
|
|