mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 07:36:21 +00:00
Update plasma/docker-compose.yaml
This commit is contained in:
parent
8bed8a0558
commit
f4d4745a3b
1 changed files with 4 additions and 2 deletions
|
|
@ -6,6 +6,9 @@ services:
|
||||||
shm_size: 2gb
|
shm_size: 2gb
|
||||||
environment:
|
environment:
|
||||||
MYVNC_VNCPASS: ${MYVNC_KDEPLASMA_VNCPASS}
|
MYVNC_VNCPASS: ${MYVNC_KDEPLASMA_VNCPASS}
|
||||||
|
networks:
|
||||||
|
- kdeplasma
|
||||||
|
# Optional
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
|
|
@ -14,8 +17,6 @@ services:
|
||||||
count: all
|
count: all
|
||||||
capabilities:
|
capabilities:
|
||||||
- gpu
|
- gpu
|
||||||
networks:
|
|
||||||
- kdeplasma
|
|
||||||
kdeplasma-novnc:
|
kdeplasma-novnc:
|
||||||
image: myvnc/base
|
image: myvnc/base
|
||||||
container_name: kdeplasma-novnc
|
container_name: kdeplasma-novnc
|
||||||
|
|
@ -30,6 +31,7 @@ services:
|
||||||
MYVNC_VNCSHARING: false
|
MYVNC_VNCSHARING: false
|
||||||
networks:
|
networks:
|
||||||
- kdeplasma
|
- kdeplasma
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
novnc:
|
novnc:
|
||||||
external: false
|
external: false
|
||||||
Loading…
Add table
Add a link
Reference in a new issue