remove kasm, not needed

This commit is contained in:
Didier Slof 2023-04-28 17:17:51 +02:00
parent 2a66f402e3
commit 515035fcf7

View file

@ -109,29 +109,6 @@ services:
- metrics
- internal
kasm:
image: lscr.io/linuxserver/kasm:latest
container_name: kasm
privileged: true
environment:
- KASM_PORT=8443
- TZ=Europe/London
- VIRTUAL_HOST=kasm.neo.faulty.nl
- LETSENCRYPT_HOST=kasm.neo.faulty.nl
- VIRTUAL_PORT=8443
- VIRTUAL_PROTO=https
volumes:
- /srv/kasm/data:/opt
- /srv/kasm/other/profiles:/profiles #optional
- /dev/input:/dev/input #optional
- /run/udev/data:/run/udev/data #optional
ports:
- 3000:3000
restart: unless-stopped
networks:
- proxy
- internal
shlink:
image: shlinkio/shlink:stable
restart: always