forked from openMF/web-app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
docker-compose.yml
27 lines (26 loc) · 1.09 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
version: '3.5'
services:
mifosx-web-app:
build:
context: .
dockerfile: Dockerfile
# platform: linux/amd64 # For mac
ports:
- '4200:80'
environment:
- FINERACT_API_URLS=https://dev.mifos.io,https://demo.mifos.io,https://qa.mifos.io,https://staging.mifos.io,https://mobile.mifos.io,https://demo.fineract.dev,https://localhost:8443
- FINERACT_API_URL=https://loans.integration.oneacrefund.org
- FINERACT_API_PROVIDER=/fineract-provider/api
- FINERACT_API_VERSION=/v1
- FINERACT_PLATFORM_TENANT_IDENTIFIER=default
- MIFOS_DEFAULT_LANGUAGE=en-US
- MIFOS_SUPPORTED_LANGUAGES=en-US,fr-FR
- AUTH_SERVER_URL=https://accounts.integration.oneacrefund.org
- KEYCLOAK_REALM=OneAcreFund
- KEYCLOAK_CLIENT_ID=fineract
- KEYCLOAK_TOKEN_URL=https://loans.integration.oneacrefund.org/auth/realms/OneAcreFund/protocol/openid-connect/token
- HOME_URL=https://loans.integration.oneacrefund.org
- MATOMO_SITE_ID=1
- MATOMO_SITE_URL=https://analytics.integration.oneacrefund.org
- LOAN_SUBMIT_DISABLED_TIME_OUT=5