From 251d84bb78032fbfdab65240972523d3ee0347a6 Mon Sep 17 00:00:00 2001 From: emmatveev Date: Sun, 24 Nov 2024 11:02:45 +0300 Subject: [PATCH] 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