Skip to content
Snippets Groups Projects
Verified Commit 6f9ed4be authored by David Beniamine's avatar David Beniamine
Browse files

Compatibility

parent 333a5507
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,7 @@ services:
- homedir:/kasm
depends_on:
kasm:
condition: service_healthy
restart: true
condition: service_started
kasm:
build:
context: ./docker/kasm
......@@ -25,12 +24,6 @@ services:
- ANACONDA=${ANACONDA}
- KASM_USER=${VNC_USER}
- VNCOPTIONS=-PreferBandwidth -DynamicQualityMin=4 -DynamicQualityMax=7 -DLP_ClipDelay=0 -select-de manual -UnixRelay printer:/tmp/printer -allowoverride AcceptPointerEvents -disableBasicAuth
healthcheck:
test: ["CMD-SHELL", "test $(kasmvncserver -list | grep '^:' |wc -l) -eq 1"]
interval: 10s
retries: 5
start_period: 30s
timeout: 10s
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment