From 1be3e39c3b24738e3db226ab3837087b24488bfe Mon Sep 17 00:00:00 2001 From: Luciano Laratelli Date: Tue, 28 Sep 2021 18:42:22 -0400 Subject: [PATCH 1/4] update README to include docker-compose command Generated automatically with https://www.composerize.com/ --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a257c31..99ed915 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,20 @@ docker run \ --name doplarr ghcr.io/kiranshila/doplarr:latest ``` +Alternatively, use docker-compose: + +``` +doplarr: + environment: + - ‘SONARR_URL=http://localhost:8989’ + - ‘RADARR_URL=http://localhost:7878’ + - SONARR_API=sonarr_api + - RADARR_API=radarr_api + - BOT_TOKEN=bot_token + container_name: doplarr + image: ‘ghcr.io/kiranshila/doplarr:latest’ +``` + ## Building and Running Locally You need the Clojure CLI tools to build From b9a4e0b93f020a2efb8f0ea1a1c5f8c44be5cdb5 Mon Sep 17 00:00:00 2001 From: Luciano Laratelli Date: Tue, 28 Sep 2021 18:46:11 -0400 Subject: [PATCH 2/4] add syntax highlighting to docker-compose command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99ed915..463658a 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ docker run \ Alternatively, use docker-compose: -``` +```yaml doplarr: environment: - ‘SONARR_URL=http://localhost:8989’ From 06c944b493e5b7d973e56fa125bcfdb9fc9183f8 Mon Sep 17 00:00:00 2001 From: Bradley Cornford Date: Fri, 1 Oct 2021 09:42:04 +0100 Subject: [PATCH 3/4] Updated doplarr.xml Moved description of RADARR_URL from Mode to Description --- doplarr.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doplarr.xml b/doplarr.xml index 6b1f857..0df3eab 100644 --- a/doplarr.xml +++ b/doplarr.xml @@ -24,7 +24,7 @@ Mode="" Description="Discord bot API token" Type="Variable" Display="always" Required="true" Mask="false" /> Date: Tue, 21 Dec 2021 10:34:35 -0500 Subject: [PATCH 4/4] Update support server link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 463658a..ae68388 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ you copied is correct. #### Do you have a support server? -Yes! [here](https://discord.com/channels/890634173751119882/890634174195707965/890641954734485605) +Yes! [here](https://discord.gg/884mGq2fV6) ## Setup