kubo/dockertest/fig.yml
Brian Tiger Chow f48ad524f8 fix: make the dockertest a bit more robust
clean using script
misc
add another file
misc
good stuff

License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
2014-12-15 06:49:40 -08:00

38 lines
586 B
YAML

data:
build: ./data
volumes:
- /data
command: sleep 1000000
bootstrap:
build: ./bootstrap
expose:
- "4011"
- "4012/udp"
environment:
IPFS_LOGGING: debug
server:
build: ./server
links:
- bootstrap
volumes_from:
- data
expose:
- "4021"
- "4022/udp"
environment:
IPFS_LOGGING: debug
client:
build: ./client
links:
- bootstrap
volumes_from:
- data
expose:
- "4031"
- "4032/udp"
environment:
IPFS_LOGGING: debug