mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-18 00:16:19 +00:00
Move all NoVNC instances to alpine image
This commit is contained in:
parent
d086ed3138
commit
7f0d398fbb
274 changed files with 349 additions and 50367 deletions
32
i3/docker-compose.yaml
Normal file
32
i3/docker-compose.yaml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
services:
|
||||
i3:
|
||||
image: myvnc/arch/i3
|
||||
container_name: i3
|
||||
restart: unless-stopped
|
||||
# build: .
|
||||
# shm_size: 2gb
|
||||
# security_opt:
|
||||
# - seccomp:unconfined
|
||||
environment:
|
||||
MYVNC_VNCPASS: ${MYVNC_I3_VNCPASS}
|
||||
networks:
|
||||
- i3
|
||||
i3-novnc:
|
||||
image: myvnc/alpine/base
|
||||
container_name: i3-novnc
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${MYVNC_I3_PORT}:6900
|
||||
environment:
|
||||
MYVNC_CUSTOM_TITLE: ${MYVNC_I3_CUSTOM_TITLE}
|
||||
MYVNC_PROXYPATH: ${MYVNC_I3_PROXYPATH}
|
||||
MYVNC_VNCSHARING: ${MYVNC_I3_VNCSHARING}
|
||||
|
||||
MYVNC_VNCLISTEN_HOST: i3
|
||||
MYVNC_VNCLISTEN_PORT: 5900
|
||||
networks:
|
||||
- i3
|
||||
|
||||
networks:
|
||||
i3:
|
||||
external: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue