mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:26:21 +00:00
Alpine KDE compose file
This commit is contained in:
parent
cbade09084
commit
11874b7d48
2 changed files with 25 additions and 0 deletions
5
kde/.env
Normal file
5
kde/.env
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# .env for myvnc KDE plasma webtop
|
||||||
|
MYVNC_KDEPLASMA_VNCPASS=
|
||||||
|
MYVNC_KDEPLASMA_PORT=
|
||||||
|
MYVNC_KDEPLASMA_CUSTOM_TITLE=
|
||||||
|
MYVNC_KDEPLASMA_PROXYPATH=
|
||||||
20
kde/docker-compose.yaml
Normal file
20
kde/docker-compose.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
services:
|
||||||
|
alpinekde:
|
||||||
|
image: myvnc/webtop:alpinekde
|
||||||
|
container_name: alpinekde
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- ${MYVNC_KDEPLASMA_PORT}:6900
|
||||||
|
environment:
|
||||||
|
MYVNC_VNCPASS: ${MYVNC_KDEPLASMA_VNCPASS}
|
||||||
|
MYVNC_CUSTOM_TITLE: ${MYVNC_KDEPLASMA_CUSTOM_TITLE}
|
||||||
|
MYVNC_PROXYPATH: ${MYVNC_KDEPLASMA_PROXYPATH}
|
||||||
|
MYVNC_VNCLISTEN_HOST: alpinekde
|
||||||
|
MYVNC_VNCLISTEN_PORT: 5900
|
||||||
|
MYVNC_VNCSHARING: false
|
||||||
|
networks:
|
||||||
|
- alpinekde
|
||||||
|
|
||||||
|
networks:
|
||||||
|
alpinekde:
|
||||||
|
external: false
|
||||||
Loading…
Add table
Add a link
Reference in a new issue