diff --git a/.gitignore b/.gitignore index 0ec1db9..2d85603 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ app-data apps electrs/* nginx/* +redis/* events/signals # Commit these empty directories @@ -41,6 +42,7 @@ db/citadel-seed/* !tor/.gitkeep !db/.gitkeep !nginx/.gitkeep +!redis/.gitkeep !**/*.license services/installed.json diff --git a/redis/.gitkeep b/redis/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/scripts/configure b/scripts/configure index 6d6776a..334c471 100755 --- a/scripts/configure +++ b/scripts/configure @@ -252,6 +252,7 @@ TOR_PROXY_IP="10.21.21.11" APPS_TOR_IP="10.21.21.12" APPS_2_TOR_IP="10.21.21.13" APPS_3_TOR_IP="10.21.21.14" +REDIS_IP="10.21.21.15" BITCOIN_RPC_PORT="8332" BITCOIN_P2P_PORT="8333" BITCOIN_ZMQ_RAWBLOCK_PORT="28332" diff --git a/templates/.env-sample b/templates/.env-sample index e0e7af4..1895184 100644 --- a/templates/.env-sample +++ b/templates/.env-sample @@ -12,6 +12,7 @@ DASHBOARD_IP= MANAGER_IP= MIDDLEWARE_IP= NEUTRINO_SWITCHER_IP= +REDIS_IP= BITCOIN_NETWORK= BITCOIN_IP= BITCOIN_P2P_PORT=