diff options
Diffstat (limited to 'deployment-template.json')
-rw-r--r-- | deployment-template.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/deployment-template.json b/deployment-template.json index 8978a4c..2cff2db 100644 --- a/deployment-template.json +++ b/deployment-template.json @@ -50,16 +50,6 @@ "image": "${MODULE_MODEL_NAME}", "createOptions": "${MODULE_MODEL_CREATE_OPTIONS}" } - }, - "demo": { - "version": "1.0", - "type": "docker", - "status": "running", - "restartPolicy": "always", - "settings": { - "image": "${MODULE_DEMO_NAME}", - "createOptions": "${MODULE_DEMO_CREATE_OPTIONS}" - } } } } |