This repository has been archived on 2020-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
p2p-storage-simulator/docker-compose.yml
2020-03-09 16:52:27 +01:00

21 lines
323 B
YAML

version: '3'
networks:
firstsubnet:
external: false
secondsubnet:
external: false
services:
producer:
restart: unless-stopped
image: tormachris/p2p-producer
networks:
- firstsubnet
consumer:
restart: unless-stopped
image: tormachris/p2p-consumer
networks:
- firstsubnet