mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:26:21 +00:00
Update build context in compose files
This commit is contained in:
parent
2f957135d4
commit
4b440fffa6
3 changed files with 3 additions and 6 deletions
|
|
@ -3,8 +3,7 @@ services:
|
||||||
image: myvnc/firefox
|
image: myvnc/firefox
|
||||||
container_name: firefox
|
container_name: firefox
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
build:
|
build: .
|
||||||
context: .
|
|
||||||
# shm_size: 2gb
|
# shm_size: 2gb
|
||||||
# security_opt:
|
# security_opt:
|
||||||
# - seccomp:unconfined
|
# - seccomp:unconfined
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,7 @@ services:
|
||||||
image: myvnc/novnc
|
image: myvnc/novnc
|
||||||
container_name: novnc
|
container_name: novnc
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
build:
|
build: .
|
||||||
context: .
|
|
||||||
ports:
|
ports:
|
||||||
- ${MYVNC_NOVNC_PORT}:6900
|
- ${MYVNC_NOVNC_PORT}:6900
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,7 @@ services:
|
||||||
image: myvnc/webtop:plasma
|
image: myvnc/webtop:plasma
|
||||||
container_name: kdeplasma
|
container_name: kdeplasma
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
build:
|
build: .
|
||||||
context: .
|
|
||||||
environment:
|
environment:
|
||||||
MYVNC_VNCPASS: ${MYVNC_KDEPLASMA_VNCPASS}
|
MYVNC_VNCPASS: ${MYVNC_KDEPLASMA_VNCPASS}
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue