docker: start all nodes simultaneously

This commit is contained in:
Evgenii Stratonikov 2019-11-25 16:33:00 +03:00
parent 47fa7eb83f
commit 5ad665bc37
2 changed files with 1 additions and 5 deletions

View file

@ -69,7 +69,3 @@ services:
- 20334:20334
- 20344:20344
- 20354:20354
depends_on:
- node_one
- node_two
- node_three

View file

@ -105,7 +105,7 @@ env_image: env_vendor
env_up:
@echo "=> Bootup environment"
@docker-compose -f $(DC_FILE) up -d node_four
@docker-compose -f $(DC_FILE) up -d node_one node_two node_three node_four
env_down:
@echo "=> Stop and cleanup environment"