mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-18 09:16:20 +00:00
Add torbrowser image
This commit is contained in:
parent
158473882f
commit
2b9e731a00
5 changed files with 90 additions and 0 deletions
24
torbrowser/docker-compose.yaml
Normal file
24
torbrowser/docker-compose.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
services:
|
||||
torbrowser:
|
||||
image: myvnc/arch/torbrowser
|
||||
container_name: torbrowser
|
||||
restart: unless-stopped
|
||||
build: .
|
||||
# shm_size: 2gb
|
||||
# security_opt:
|
||||
# - seccomp:unconfined
|
||||
ports:
|
||||
- ${MYVNC_TORBROWSER_PORT}:6900
|
||||
environment:
|
||||
MYVNC_VNCPASS: ${MYVNC_TORBROWSER_VNCPASS}
|
||||
|
||||
MYVNC_CUSTOM_TITLE: ${MYVNC_TORBROWSER_CUSTOM_TITLE}
|
||||
MYVNC_PROXYPATH: ${MYVNC_TORBROWSER_PROXYPATH}
|
||||
|
||||
MYVNC_VNCSHARING: ${MYVNC_TORBROWSER_VNCSHARING}
|
||||
networks:
|
||||
- torbrowser
|
||||
|
||||
networks:
|
||||
torbrowser:
|
||||
external: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue