First go at docker, fixed typo in github action, moved config to env variable

This commit is contained in:
Kiran Shila
2021-08-11 12:49:32 -07:00
parent 84f1ae3764
commit 7c7630300a
4 changed files with 9 additions and 1 deletions

7
config.edn Normal file
View File

@@ -0,0 +1,7 @@
{:sonarr {:url "http://localhost:8989"
:api-key "your-key"}
:radarr {:url "http://localhost:7878"
:api-key "your-key"}
:bot {:max-results 10
:cache-expiration 60000
:token "your-key"}}