aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-05-28 21:04:00 +0000
committerterminaldweller <devi@terminaldweller.com>2024-05-28 21:04:00 +0000
commit8552c07e3bd526870bdcff9f218a1b39701bd5be (patch)
tree0c89d8305f278f82ba7e76cdef40bf5e82c4ba0f
parentpolygon ticker type (diff)
downloadhived-8552c07e3bd526870bdcff9f218a1b39701bd5be.tar.gz
hived-8552c07e3bd526870bdcff9f218a1b39701bd5be.zip
replaces redis with keydb
-rw-r--r--docker-compose-test.yaml1
-rw-r--r--docker-compose.yaml10
2 files changed, 6 insertions, 5 deletions
diff --git a/docker-compose-test.yaml b/docker-compose-test.yaml
index a487989..965bef9 100644
--- a/docker-compose-test.yaml
+++ b/docker-compose-test.yaml
@@ -18,6 +18,7 @@ services:
- ALL
environment:
- SERVER_DEPLOYMENT_TYPE=test
+ - POLYGON_API_KEY=
telebot:
image: telebot
build:
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 0141d2a..f12160f 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -14,7 +14,7 @@ services:
ports:
- "8007:8008"
depends_on:
- - redis
+ - keydb
- telebot
entrypoint: ["/hived/docker-entrypoint.sh"]
volumes:
@@ -41,8 +41,8 @@ services:
- ALL
environment:
- SERVER_DEPLOYMENT_TYPE=deployment
- redis:
- image: redis:6.2-alpine
+ keydb:
+ image: eqalpha/keydb:alpine_x86_64_v6.3.4
networks:
- mainnet
restart: unless-stopped
@@ -52,8 +52,8 @@ services:
- ALLOW_EMPTY_PASSWORD=yes
volumes:
- redis-data:/data/
- keydb:
- image: eqalpha/keydb:alpine_x86_64_v6.3.4
+ arbiter:
+ image: arbiter
build:
context: ./arbiter
networks: