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