You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
recyclarr/docker/docker-compose.yml

24 lines
440 B

version: '3'
networks:
recyclarr:
name: recyclarr
external: true
services:
recyclarr:
image: ghcr.io/recyclarr/recyclarr
user: $DOCKER_UID:$DOCKER_GID
build:
context: .
args:
- TARGETPLATFORM=linux/amd64
- BUILD_FROM_BRANCH=master
init: true
networks: [recyclarr]
volumes:
- ./config:/config
environment:
CRON_SCHEDULE: "* * * * *"
TZ: America/Chicago