ManiMatter / decluttarr

Watches radarr, sonarr, lidarr, readarr and whisparr download queues and removes downloads if they become stalled or no longer needed.
GNU General Public License v3.0
211 stars 23 forks source link

[Sticky Thread| Docker Compose Examples #173

Closed markhaines closed 3 weeks ago

markhaines commented 3 weeks ago

Can I offer this as an updated docker compose example for the instructions page - tested as working with Dockge (needs RUN_PERIODIC_RESCANS structured on a single line and uses - & = environment variable syntax:

version: "3.8" services: decluttarr: container_name: decluttarr image: ghcr.io/manimatter/decluttarr:latest restart: always environment:

ManiMatter commented 3 weeks ago

For anyone: Please share working docker-compose examples

There are different dialects for yaml. Please feel free to add more examples of docker composes that work for you to this thread that may help others.

Please do not use it to ask questions about docker-composes (create own issues if you don't find the answer to your specific problem in this thread or other closed issues)

bryancowell commented 1 week ago

Thanks @markhaines