diff --git a/AAR_Stack/docker-compose.yml b/AAR_Stack/docker-compose.yml index 2011f67..aea7b43 100644 --- a/AAR_Stack/docker-compose.yml +++ b/AAR_Stack/docker-compose.yml @@ -148,4 +148,12 @@ services: - ASR_MODEL=large ports: - 9010:9000 - \ No newline at end of file + + recyclarr: + image: ghcr.io/recyclarr:latest + container_name: recyclarr + volumes: + - /home/nick/docker/recyclarr/config:/config + environment: + - TZ=US/Central + - RECYCLARR_CREATE_CONFIG=true \ No newline at end of file