Move a bunch of containers around

This commit is contained in:
2022-03-08 00:42:44 +00:00
parent 41e53a5f6d
commit f262a53009
4 changed files with 82 additions and 49 deletions

View File

@@ -40,6 +40,20 @@ services:
- NET_ADMIN
- SYS_MODULE
tor:
image: dperson/torproxy
container_name: tor
restart: unless-stopped
environment:
- TZ=Europe/Athens
- USERID=1000
- GROUPID=1000
ports:
- '8118:8118'
- '9050:9050'
networks:
- tor
networks:
vpn:
name: vpn
@@ -47,3 +61,5 @@ networks:
driver: default
config:
- subnet: "172.20.0.0/16"
tor:
name: tor