diff --git a/kasm-workspaces.yaml.txt b/kasm-workspaces.yaml.txt new file mode 100644 index 0000000..6ea105f --- /dev/null +++ b/kasm-workspaces.yaml.txt @@ -0,0 +1,14 @@ +services: + kasm: + image: lscr.io/linuxserver/kasm:latest + container_name: kasm-${ip}-${port} + privileged: true + environment: + - KASM_PORT=443 + volumes: + - ${data_dir}/data:/opt + - ${data_dir}/profiles:/profiles + ports: + - ${ip}:${port_setup}:3000 + - ${ip}:${port}:443 + restart: unless-stopped