diff options
| author | Kasra Bigdeli <[email protected]> | 2019-03-08 21:59:05 -0800 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2019-03-08 21:59:05 -0800 |
| commit | 5a136cbd1ee2c1a3dedb3c4d98ac85b9599c3c01 (patch) | |
| tree | 0fce98001669fa66077c910ac36c941274ea8495 | |
| parent | b27a254e6722631a395387afcd333e7d1351d931 (diff) | |
| download | caprover-one-click-apps-5a136cbd1ee2c1a3dedb3c4d98ac85b9599c3c01.tar.gz caprover-one-click-apps-5a136cbd1ee2c1a3dedb3c4d98ac85b9599c3c01.zip | |
Fixed jsreport volume
| -rw-r--r-- | public/v1/apps/jsreport.json | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/public/v1/apps/jsreport.json b/public/v1/apps/jsreport.json index af7da82..667e74a 100644 --- a/public/v1/apps/jsreport.json +++ b/public/v1/apps/jsreport.json @@ -5,17 +5,16 @@ "version": "3.3", "services": { "$$cap_appname": { - "image": "jsreport/jsreport:$$cap_jsreport_version", + "image": "jsreport/jsreport:$$cap_jsreport_version", "volumes": [ - "$$cap_appname-db-data:/data/db", - "$$cap_appname-db-config:/data/configdb" + "$$cap_appname-data:/jsreport" ], "restart": "always", - "containerHttpPort": "5488", + "containerHttpPort": "5488", "environment": { "extensions_authentication_admin_username": "$$cap_jsreport_adminusername", "extensions_authentication_admin_password": "$$cap_jsreport_password", - "extensions_authentication_cookieSession_secret": "$$cap_jsreport_secret" + "extensions_authentication_cookieSession_secret": "$$cap_jsreport_secret" } } } @@ -43,12 +42,12 @@ "label": "Admin password", "validRegex": "/^\\s*\\S.*$/" }, - { + { "id": "$$cap_jsreport_secret", "label": "Session secret", - "defaultValue": "long-secret", + "defaultValue": "long-secret", "validRegex": "/^\\s*\\S.*$/" } ] -} +}
\ No newline at end of file |
