mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 07:46:20 +00:00
Add plasma/docker-compose.yaml
This commit is contained in:
parent
3f6c49ed5f
commit
14a2df6d77
1 changed files with 35 additions and 0 deletions
35
plasma/docker-compose.yaml
Normal file
35
plasma/docker-compose.yaml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
services:
|
||||
kdeplasma:
|
||||
image: myvnc/webtop:plasma
|
||||
container_name: kdeplasma
|
||||
restart: unless-stopped
|
||||
shm_size: 2gb
|
||||
environment:
|
||||
MYVNC_VNCPASS: ${MYVNC_KDEPLASMA_VNCPASS}
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: all
|
||||
capabilities:
|
||||
- gpu
|
||||
networks:
|
||||
- kdeplasma
|
||||
kdeplasma-novnc:
|
||||
image: myvnc/base
|
||||
container_name: kdeplasma-novnc
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${MYVNC_KDEPLASMA_PORT}:6900
|
||||
environment:
|
||||
MYVNC_CUSTOM_TITLE: ${MYVNC_KDEPLASMA_TITLE}
|
||||
MYVNC_PROXYPATH: ${MYVNC_KDEPLASMA_PROXYPATH}
|
||||
MYVNC_VNCLISTEN_HOST: kdeplasma
|
||||
MYVNC_VNCLISTEN_PORT: 5900
|
||||
MYVNC_VNCSHARING: false
|
||||
networks:
|
||||
- kdeplasma
|
||||
networks:
|
||||
novnc:
|
||||
external: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue