remove kasm, not needed
This commit is contained in:
parent
2a66f402e3
commit
515035fcf7
1 changed files with 0 additions and 23 deletions
|
@ -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
|
||||
|
|
Reference in a new issue