From 4be5955d6b4309634e1864ec098d3945071914ff Mon Sep 17 00:00:00 2001 From: emmatveev Date: Fri, 22 Nov 2024 21:45:30 +0300 Subject: [PATCH] add network --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index 21dbcbe..d3e67e7 100644 --- a/run.sh +++ b/run.sh @@ -2,6 +2,7 @@ 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 queues || true +docker network create -d overlay --attachable configurator || true mkdir /sprint-data/mongo || true mkdir /sprint-data/redis || true mkdir /sprint-data/rabbitmq || true -- 2.45.2