diff options
-rw-r--r-- | deployment-template.json | 10 | ||||
-rw-r--r-- | modules/demo/create-options.json | 19 |
2 files changed, 0 insertions, 29 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}" - } } } } diff --git a/modules/demo/create-options.json b/modules/demo/create-options.json deleted file mode 100644 index 089bf6b..0000000 --- a/modules/demo/create-options.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "Env": [ - "QT_QPA_PLATFORM=wayland", - "XDG_RUNTIME_DIR=/run/user/0" - ], - "HostConfig": { - "Memory": 67108864, - "Binds": [ - "/run/user/0:/run/user/0" - ], - "Devices": [ - { - "PathOnHost": "/dev/video0", - "PathInContainer": "/dev/video0", - "CgroupPermissions": "rwm" - } - ] - } -} |