diff options
author | terminaldweller <thabogre@gmail.com> | 2021-02-22 13:52:41 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-02-22 13:52:41 +0000 |
commit | 618ee24499cc4458cdeaa05fed25096a75c52b4c (patch) | |
tree | af79f0d87356000571d0dbe095cb069f4a292986 /docker-compose.yaml | |
parent | the price end point works, the telegram bot is only echo though (diff) | |
download | hived-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.yaml | 3 |
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 |