Add build with integrated tor
This commit is contained in:
parent
b9156bb913
commit
9a94b34d6b
2 changed files with 31 additions and 0 deletions
|
@ -32,6 +32,19 @@ services:
|
|||
environment:
|
||||
TOR_ENABLED: enable
|
||||
<<: *tor-environments
|
||||
0net-tor:
|
||||
tty: true
|
||||
stdin_open: true
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.integrated_tor
|
||||
networks:
|
||||
- 0net-network
|
||||
volumes:
|
||||
- 0net-data:/app/data
|
||||
ports:
|
||||
- "26552:26552"
|
||||
- "43110:43110"
|
||||
volumes:
|
||||
0net-data:
|
||||
networks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue