webone:
image: ubuntu
container_name: webone
ports:
- 3000:80
webtwo:
image: ubuntu
container_name: webtwo
ports:
- 3001:80
nginx:
image: nginx
container_name: nginx
ports:
- 80:80
- 443:443
links:
- webone
- webtwo