Skip to content

Commit

Permalink
Revert docker-compose simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Feb 17, 2021
1 parent 6bdbd83 commit e862afe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ci/cluster/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,22 @@ version: "3"
services:
node1:
build: .
links:
- node2
networks:
- net
volumes:
- $HOME:$HOME
hostname: node1

node2:
build: .
networks:
- net
volumes:
- $HOME:$HOME
hostname: node2

networks:
net:
driver: bridge

0 comments on commit e862afe

Please sign in to comment.