{ "schemaVersion": 2, "services": [ { "name": "rego-tunnel-linux", "image": "rego-vpn:latest", "environment": [ { "key": "VNC_PASSWORD", "value": "${VNC_PASSWORD}" }, { "key": "NOVNC_PORT", "value": "${NOVNC_PORT}" } ], "internalPort": 8806, "volumes": [ { "hostPath": "${APP_DATA_DIR}/data", "containerPath": "/data", "readOnly": false, "shared": false, "private": false }, { "hostPath": "/etc/runtipi/repos/runtipi/apps/rego-tunnel-linux/source", "containerPath": "/config", "readOnly": true, "shared": false, "private": false }, { "hostPath": "/sys/fs/cgroup", "containerPath": "/sys/fs/cgroup", "readOnly": false, "shared": false, "private": false } ], "stopSignal": "SIGRTMIN+3", "devices": [ "/dev/net/tun:/dev/net/tun" ], "privileged": true, "capAdd": [ "NET_ADMIN" ], "cgroupnsMode": "host", "isMain": true, "extraLabels": { "generated": true, "runtipi.managed": true, "runtipi.appurn": "rego-tunnel-linux:runtipi" } } ] }