mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-18 00:16:19 +00:00
Update plasma webtop
This commit is contained in:
parent
f036b45589
commit
7082dfb0f5
8 changed files with 169 additions and 109 deletions
28
plasma/docker-compose.yaml
Normal file
28
plasma/docker-compose.yaml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
services:
|
||||
kdeplasma:
|
||||
image: myvnc/arch/webtop:plasma
|
||||
container_name: kdeplasma
|
||||
restart: unless-stopped
|
||||
build: .
|
||||
ports:
|
||||
- ${MYVNC_KDEPLASMA_PORT}:6900
|
||||
environment:
|
||||
MYVNC_VNCPASS: ${MYVNC_KDEPLASMA_VNCPASS}
|
||||
MYVNC_CUSTOM_TITLE: ${MYVNC_KDEPLASMA_CUSTOM_TITLE}
|
||||
MYVNC_PROXYPATH: ${MYVNC_KDEPLASMA_PROXYPATH}
|
||||
MYVNC_VNCSHARING: ${MYVNC_KDEPLASMA_VNCSHARING}
|
||||
networks:
|
||||
- kdeplasma
|
||||
# Optional
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: all
|
||||
capabilities:
|
||||
- gpu
|
||||
|
||||
networks:
|
||||
kdeplasma:
|
||||
external: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue