-
Notifications
You must be signed in to change notification settings - Fork 995
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
33 lines (32 loc) · 1.34 KB
/
Copy pathdocker-compose.yml
File metadata and controls
33 lines (32 loc) · 1.34 KB
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
28
29
30
31
32
33
version: '3.5'
services:
mifosx-web-app:
build:
context: .
dockerfile: Dockerfile
args:
- BUILD_ENVIRONMENT_OPTIONS=--configuration production
- BUILDER_IMAGE=node:24-alpine3.23
- NGINX_IMAGE=nginx:1.31.6-alpine3.24
- NPM_REGISTRY_URL=https://registry.npmjs.org/
- PUPPETEER_DOWNLOAD_HOST_ARG=https://storage.googleapis.com
- PUPPETEER_CHROMIUM_REVISION_ARG=1011831
ports:
- '4200:80'
environment:
- FINERACT_API_URLS=https://demo.mifos.community,https://localhost:8443
- FINERACT_API_URL=https://localhost:8443
- FINERACT_API_PROVIDER=/fineract-provider/api
- FINERACT_API_VERSION=/v1
- FINERACT_PLATFORM_TENANT_IDENTIFIER=default
- MIFOS_DEFAULT_LANGUAGE=en-US
- MIFOS_SUPPORTED_LANGUAGES=cs-CS,de-DE,en-US,es-MX,es-CL,fr-FR,it-IT,ko-KO,lt-LT,lv-LV,ne-NE,pt-PT,sw-SW
- MIFOS_SESSION_IDLE_TIMEOUT=300000
- MIFOS_PRELOAD_CLIENTS=true
- MIFOS_DEFAULT_CHAR_DELIMITER=,
# Mifos Copilot: off by default. Both variables are needed for real AI responses,
# MIFOS_ENABLE_COPILOT=true to show the panel and MIFOS_COPILOT_MCP_BASE_URL
# pointing at a Copilot gateway. Enabling the panel with an empty URL uses the
# built-in mock replies.
- MIFOS_ENABLE_COPILOT=false
- MIFOS_COPILOT_MCP_BASE_URL=