mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 09:06:21 +00:00
Add firefox/docker-compose.yaml
This commit is contained in:
parent
21f498352d
commit
f5453d5c59
1 changed files with 23 additions and 0 deletions
23
firefox/docker-compose.yaml
Normal file
23
firefox/docker-compose.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
services:
|
||||||
|
firefox:
|
||||||
|
image: alpine/firefox
|
||||||
|
container_name: firefox
|
||||||
|
restart: unless-stopped
|
||||||
|
shm_size: 4gb
|
||||||
|
security_opt:
|
||||||
|
- seccomp:unconfined
|
||||||
|
ports:
|
||||||
|
- ${MYVNC_FIREFOX_PORT}:6900
|
||||||
|
environment:
|
||||||
|
MYVNC_CUSTOM_TITLE: ${MYVNC_FIREFOX_CUSTOM_TITLE}
|
||||||
|
MYVNC_VNCPASS: ${MYVNC_FIREFOX_VNCPASS}
|
||||||
|
MYVNC_FIREFOX_URL: ${MYVNC_FIREFOX_URL}
|
||||||
|
MYVNC_FIREFOX_OPTS: ${MYVNC_FIREFOX_OPTS}
|
||||||
|
MYVNC_PROXYPATH: ${MYVNC_FIREFOX_PROXYPATH}
|
||||||
|
MYVNC_VNCSHARING: ${MYVNC_FIREFOX_VNCSHARING}
|
||||||
|
networks:
|
||||||
|
- firefox
|
||||||
|
|
||||||
|
networks:
|
||||||
|
novnc:
|
||||||
|
external: false
|
||||||
Loading…
Add table
Add a link
Reference in a new issue