tor/docker-compose.yml hinzugefügt

This commit is contained in:
2025-05-11 20:43:41 +00:00
parent 2b7a7d2ac3
commit fdc8b88482

19
tor/docker-compose.yml Normal file
View File

@@ -0,0 +1,19 @@
services:
torbrowser:
image: domistyle/tor-browser:latest
container_name: ${CONTAINER_NAME:-torbrowser}
restart: unless-stopped
ports:
- ${PORT_WEB:-5800}:5800 # Provides a web interface to access the Tor browser
#- 5900:5900 # Provides direct access to the VNC server; optional
# expose:
# - 5800
# - 5900
environment:
#- DISPLAY_WIDTH=1280 # default; optional
#- DISPLAY_HEIGHT=768 # default; optional
#- KEEP_APP_RUNNING=0 # default; optional
- TZ=Europe/Berlin
#volumes:
# - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/torbrowser/data:/app/Browser/TorBrowser/Data/Tor # optional, just to speed up container recreation