From fbb438d0867e29e0a496bc34ef3aa6bec57782c4 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Mon, 26 May 2025 23:55:41 +0200 Subject: [PATCH] add tor and ports --- compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compose.yml b/compose.yml index abe46f78..3e574639 100644 --- a/compose.yml +++ b/compose.yml @@ -7,6 +7,10 @@ services: - .:/app env_file: - .env + environment: + - TOR_PROXY_URL=socks5://tor:9050 + ports: + - 8000:8000 tor: image: ghcr.io/hundehausen/tor-hidden-service:latest