Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please explain networking for media docker-compose #15

Open
BlinkyStitt opened this issue Nov 4, 2023 · 1 comment
Open

please explain networking for media docker-compose #15

BlinkyStitt opened this issue Nov 4, 2023 · 1 comment

Comments

@BlinkyStitt
Copy link

BlinkyStitt commented Nov 4, 2023

Hello! I just came across your containers for samba+time machine and it is exactly what I needed. So thank you for that! Then I started browsing this repo and I saw your docker-compose file for routing some services through Tor. Can you explain any extra setup steps needed to make this work?

I'm guessing the torproxy container works out of the box, and that you just have to set anything inside the internal network to use tor:8118 as a web proxy or tor:9050 as a socks proxy. But wanted to be sure I wasn't missing anything.

tor:
image: dperson/torproxy
restart: always
environment:
GROUPID: 109
USERID: 109
TZ: Europe/Berlin
networks:
- internal
- external

@TimJDFletcher
Copy link
Owner

You are correct that is the design, and I restricted the internal network to prevent any traffic escaping that was not sent via tor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants