diff options
Diffstat (limited to 'docker-compose.yaml')
-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 |