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.
27 lines
512 B
27 lines
512 B
7 months ago
|
name: recyclarr
|
||
|
|
||
3 years ago
|
networks:
|
||
|
recyclarr:
|
||
2 years ago
|
name: recyclarr_dev
|
||
3 years ago
|
external: true
|
||
|
|
||
|
services:
|
||
7 months ago
|
app:
|
||
2 years ago
|
image: ghcr.io/recyclarr/recyclarr:edge
|
||
2 years ago
|
user: $DOCKER_UID:$DOCKER_GID
|
||
2 years ago
|
container_name: recyclarr
|
||
7 months ago
|
read_only: true
|
||
|
tmpfs: /tmp
|
||
3 years ago
|
build:
|
||
|
context: .
|
||
7 months ago
|
# platforms:
|
||
|
# - linux/arm/v7
|
||
|
# - linux/arm64
|
||
|
# - linux/amd64
|
||
3 years ago
|
networks: [recyclarr]
|
||
|
volumes:
|
||
7 months ago
|
- ./docker/config:/config
|
||
3 years ago
|
environment:
|
||
|
CRON_SCHEDULE: "* * * * *"
|
||
2 years ago
|
TZ: America/Chicago
|