diff options
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index dc131b7..0141d2a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,4 +1,3 @@ -version: "3.4" services: hived: image: hived @@ -25,6 +24,7 @@ services: - ALL environment: - SERVER_DEPLOYMENT_TYPE=deployment + - POLYGON_API_KEY= telebot: image: telebot build: @@ -52,8 +52,8 @@ services: - ALLOW_EMPTY_PASSWORD=yes volumes: - redis-data:/data/ - arbiter: - image: arbiter + keydb: + image: eqalpha/keydb:alpine_x86_64_v6.3.4 build: context: ./arbiter networks: |