aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-02-22 13:52:41 +0000
committerterminaldweller <thabogre@gmail.com>2021-02-22 13:52:41 +0000
commit618ee24499cc4458cdeaa05fed25096a75c52b4c (patch)
treeaf79f0d87356000571d0dbe095cb069f4a292986 /docker-compose.yaml
parentthe price end point works, the telegram bot is only echo though (diff)
downloadhived-618ee24499cc4458cdeaa05fed25096a75c52b4c.tar.gz
hived-618ee24499cc4458cdeaa05fed25096a75c52b4c.zip
finished the pair endpoint. writing a simple expression parser for the alert endpoint
Diffstat (limited to '')
-rw-r--r--docker-compose.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 8ac47b4..9495faf 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -6,6 +6,7 @@ services:
context: ./
secrets:
- tg_bot_token
+ - ch_api_key
networks:
- hivednet
restart: unless-stopped
@@ -16,3 +17,5 @@ networks:
secrets:
tg_bot_token:
file: ./tgtoken.json
+ ch_api_key:
+ file: ./changelly_api_key.json