From 4a4c7e0e4528bdcccd8523366018ce91381680f4 Mon Sep 17 00:00:00 2001 From: TyleoDvDelaware3217 Date: Sun, 16 Feb 2025 10:40:58 +0000 Subject: [PATCH] Ajouter kasm-workspaces.yaml.txt --- kasm-workspaces.yaml.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 kasm-workspaces.yaml.txt 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