diff options
author | James Forsyth <jf2512@att.com> | 2018-04-09 19:23:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-09 19:23:07 +0000 |
commit | 5660267c79737937583f7f13a97c518c0f4d6548 (patch) | |
tree | 47f908aed1437d975549f795bb9ca274f22ef12d | |
parent | fbe8d92356de292856acd2aeb5f1c015a5733341 (diff) | |
parent | 1fe4ee31aebc4bf9cc554b7a8e44e3a0046f8ce6 (diff) |
Merge "Update sparky deployment script yaml"
-rw-r--r-- | docker-compose-app.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docker-compose-app.yml b/docker-compose-app.yml index 5ca3638..289d2d1 100644 --- a/docker-compose-app.yml +++ b/docker-compose-app.yml @@ -123,13 +123,14 @@ services: hostname: sparky-be volumes: - ${UI_LOGS}:/logs - - /opt/test-config/sparky/appconfig:/opt/app/sparky/config + - /opt/test-config/sparky/appconfig:/opt/app/sparky/appconfig ports: - 9517:9517 environment: - - CONFIG_HOME=/opt/app/sparky/config - - KEY_STORE_PASSWORD=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o - - KEY_MANAGER_PASSWORD=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o + - KEYSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 + - KEYSTORE_ALIAS_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 + - SPARKY_SSL_ENABLED=false + - SPARKY_PORTAL_ENABLED=true logging: driver: "json-file" options: |