docker-tor-hidden-service/docker-compose.yml
2016-09-23 03:27:33 +02:00

21 lines
344 B
YAML

# docker-compose.yml example
tor:
image: goldy/tor-hidden-service
# or
build: .
links:
- hello
- world
environment:
PORT_MAP: 80 # Map port to detected service
volumes:
- ./keys:/var/lib/tor/hidden_service/
hello:
image: tutum/hello-world
hostname: hello
world:
image: tutum/hello-world
hostname: world