From 63ea8ffed070a6211611bc58031a5c910aca16ba Mon Sep 17 00:00:00 2001 From: emmatveev Date: Sat, 23 Nov 2024 22:21:12 +0300 Subject: [PATCH 1/2] fix --- prepare/run-development.sh | 2 -- prepare/run-production.sh | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) 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..279e6d3 100644 --- a/prepare/run-production.sh +++ b/prepare/run-production.sh @@ -1,7 +1,9 @@ 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 mkdir /sprint-data/mongo || true mkdir /sprint-data/redis || true From 251d84bb78032fbfdab65240972523d3ee0347a6 Mon Sep 17 00:00:00 2001 From: emmatveev Date: Sun, 24 Nov 2024 11:02:45 +0300 Subject: [PATCH 2/2] fix --- prepare/run-production.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/prepare/run-production.sh b/prepare/run-production.sh index 279e6d3..3eec08d 100644 --- a/prepare/run-production.sh +++ b/prepare/run-production.sh @@ -5,6 +5,7 @@ docker network create -d overlay --attachable common-infra-nginx-development || 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