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.
22 lines
375 B
22 lines
375 B
3 years ago
|
version: '3'
|
||
|
|
||
|
networks:
|
||
|
recyclarr:
|
||
|
name: recyclarr
|
||
|
external: true
|
||
|
|
||
|
services:
|
||
|
recyclarr:
|
||
|
image: ghcr.io/recyclarr/recyclarr
|
||
|
container_name: recyclarr
|
||
|
build:
|
||
|
context: .
|
||
|
args:
|
||
|
- TARGETPLATFORM=linux/amd64
|
||
|
init: true
|
||
|
networks: [recyclarr]
|
||
|
volumes:
|
||
|
- ./config:/config
|
||
|
environment:
|
||
|
CRON_SCHEDULE: "* * * * *"
|