From 975ae0cedc32970f6394abadcdd56791d8532841 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Mon, 15 Sep 2025 00:06:34 +0300 Subject: [PATCH] fix --- prepare/run-production.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/prepare/run-production.sh b/prepare/run-production.sh index f53e82d..fe3d736 100644 --- a/prepare/run-production.sh +++ b/prepare/run-production.sh @@ -8,10 +8,15 @@ docker network create -d overlay --attachable configurator || true docker network create -d overlay --attachable monitoring || true docker network create -d overlay --attachable configurator-development || true docker network create -d overlay --attachable clickhouse || true -docker network create -d overlay --attachable clickhouse-development || true +docker network create -d overlay --attachable postgres || true +docker network create -d overlay --attachable postgres-development || true +docker network create -d overlay --attachable mongo || true +docker network create -d overlay --attachable mongo-development || true +docker network create -d overlay --attachable minio || true +docker network create -d overlay --attachable minio-development || true + mkdir /sprint-data/mongo || true mkdir /sprint-data/redis || true -mkdir /sprint-data/rabbitmq || true mkdir /sprint-data/certs || true mkdir /sprint-data/gitea || true mkdir /sprint-data/clickhouse || true -- 2.45.2