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