Skip to content

Commit

Permalink
First release that comes with automated docker image #major
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMatter committed Oct 1, 2023
1 parent 1c3d5ea commit faa88ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ A sample docker-compose.yml is included.

## Getting started
If you want to run in docker:
1) Pull the decluttarr into "your-docker-folder/own_coding/decluttarr"
1) Adapt the sample docker-compose to your own needs
2) Study the config file to understand the settings
3) Update your docker-compose (see the template)
4) Run the docker-compose
5) Enjoy
3) Have fun

If you want to run locally:
1) Pull decluttarr into whatever location you want
Expand Down
4 changes: 1 addition & 3 deletions docker/Sample docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# decluttarr - Keeps radarr and sonarr download queues free of stalled and redundant items
decluttarr:
build:
context: ./own_coding/decluttarr/
dockerfile: docker/Dockerfile
image: ghcr.io/manimatter/decluttarr:latest
container_name: decluttarr
environment:
TZ: Europe/Zurich
Expand Down

0 comments on commit faa88ee

Please sign in to comment.