From 3b8ef961a4289470ec4fd969efbc1587fa82529d Mon Sep 17 00:00:00 2001 From: varyhin Date: Tue, 4 Jul 2023 12:43:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'install.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.md | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) diff --git a/install.md b/install.md index 639bdb5..3b4402e 100644 --- a/install.md +++ b/install.md @@ -67,59 +67,6 @@ - - - - - - -# Не актуальное -## Инструкция по установке e-node -### Установка основной базы данных (clickhouse) - - docker run -d \ - --name=enode-clickhouse \ - --restart=unless-stopped \ - --ulimit nofile=262144:262144 \ - - --user 1000:1000 \ - --network localhost_network \ - - --publish 127.0.0.1:8123:8123 \ - --publish 127.0.0.1:9000:9000 \ - --publish 127.0.0.1:9009:9009 \ - --volume $(pwd)/ch_data:/var/lib/clickhouse/ \ - --volume $(pwd)/ch_logs:/var/log/clickhouse-server/ \ - --volume $(pwd)/ch_config:/etc/clickhouse-server/config.d/ \ - --volume $(pwd)/ch_users:/etc/clickhouse-server/users.d/ \ - clickhouse/clickhouse-server - - database: - container_name: e-database - image: clickhouse/clickhouse-server - restart: always - ulimits: - nofile: - soft: 262144 - hard: 262144 - # ports: - # - 0.0.0.0:8123:8123 - volumes: - - ${DATA_DIR}/database:/var/lib/clickhouse - - ${DATA_DIR}/logs/clickhouse:/var/log/clickhouse-server - networks: - - e_net - -### Установка in-memory key–value базы данных (redis) - - - - - - - - -