Ajouter kasm-workspaces.yaml.txt
This commit is contained in:
parent
2981a06fd8
commit
4a4c7e0e45
1 changed files with 14 additions and 0 deletions
14
kasm-workspaces.yaml.txt
Normal file
14
kasm-workspaces.yaml.txt
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue