Add docker-compose configuration for Recyclarr service

This commit is contained in:
2025-11-21 19:24:22 -05:00
parent 078bcafc52
commit feb05789f8

View File

@@ -0,0 +1,18 @@
version: "2.1"
services:
recyclarr:
image: ghcr.io/recyclarr/recyclarr
container_name: recyclarr
user: 1000:1006
volumes:
- /docker-containers/recyclarr/config:/config
environment:
- TZ=America/New_York
stdin_open: true
tty: true
networks:
- homelab
networks:
homelab:
name: homelab
external: true # This option causes compose to join the above network instead of making a _default one