From 618ee24499cc4458cdeaa05fed25096a75c52b4c Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Mon, 22 Feb 2021 17:22:41 +0330 Subject: finished the pair endpoint. writing a simple expression parser for the alert endpoint --- docker-compose.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docker-compose.yaml') 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 -- cgit v1.2.3