diff --git a/prepare/run-development.sh b/prepare/run-development.sh index 686da0f..2701a1e 100644 --- a/prepare/run-development.sh +++ b/prepare/run-development.sh @@ -1,6 +1,4 @@ docker login -u mathwave -p $DOCKERHUB_PASSWORD -docker network create -d overlay --attachable common-infra-nginx-development || true -docker network create -d overlay --attachable queues-development || true mkdir /sprint-data/mongo || true mkdir /sprint-data/redis || true mkdir /sprint-data/rabbitmq || true diff --git a/prepare/run-production.sh b/prepare/run-production.sh index d3e67e7..3eec08d 100644 --- a/prepare/run-production.sh +++ b/prepare/run-production.sh @@ -1,8 +1,11 @@ docker login -u mathwave -p $DOCKERHUB_PASSWORD docker network create -d overlay --attachable swarmpit-nginx || true docker network create -d overlay --attachable common-infra-nginx || true +docker network create -d overlay --attachable common-infra-nginx-development || true docker network create -d overlay --attachable queues || true +docker network create -d overlay --attachable queues-development || true docker network create -d overlay --attachable configurator || true +docker network create -d overlay --attachable configurator-development || true mkdir /sprint-data/mongo || true mkdir /sprint-data/redis || true mkdir /sprint-data/rabbitmq || true