From 42a3f75d94221595a480d2fe29ce55ad18251251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Gonz=C3=A1lez=20Mart=C3=ADnez?= <49831470+ManuXD32@users.noreply.github.com> Date: Thu, 14 Nov 2024 21:43:02 +0100 Subject: [PATCH] Update README.md (#4) Added docker compose yaml --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index edfb998..05b2e99 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,30 @@ docker run -d \ flaminel/cleanuperr:latest ``` +### Docker compose yaml +``` +version: "3.3" +services: + cleanuperr: + environment: + - TRIGGERS__QUEUECLEANER=0 0/5 * * * ? + - QBITTORRENT__URL=http://localhost:8080 + - QBITTORRENT__USERNAME=user + - QBITTORRENT__PASSWORD=pass + - SONARR__ENABLED=true + - SONARR__INSTANCES__0__URL=http://localhost:8989 + - SONARR__INSTANCES__0__APIKEY=secret1 + - SONARR__INSTANCES__1__URL=http://localhost:8990 + - SONARR__INSTANCES__1__APIKEY=secret2 + - RADARR__ENABLED=true + - RADARR__INSTANCES__0__URL=http://localhost:7878 + - RADARR__INSTANCES__0__APIKEY=secret3 + - RADARR__INSTANCES__1__URL=http://localhost:7879 + - RADARR__INSTANCES__1__APIKEY=secret4 + image: flaminel/cleanuperr:latest + restart: unless-stopped +``` + ### Environment variables | Variable | Required | Description | Default value | @@ -588,4 +612,4 @@ Trailer.* VOSTFR api - \ No newline at end of file +