Compare commits

..

No commits in common. "5159adca1c3d72bbbe00fc7445858ece5cff65c3" and "8ab5ce2f2b09761a7104ee08db0235ab893e5b10" have entirely different histories.

2 changed files with 17 additions and 1 deletions

View file

@ -126,7 +126,7 @@ services:
restart: unless-stopped
lidarr:
image: ghcr.io/linuxserver-labs/prarr:lidarr-plugins
image: blampe/lidarr:latest
container_name: lidarr
volumes:
- lidarr_config:/config

View file

@ -22,6 +22,22 @@ services:
caddy: music.fern.garden
caddy.import: authentik
explo:
image: ghcr.io/lumepart/explo:latest
restart: unless-stopped
container_name: explo
env_file: explo.env
volumes:
# - ./explo.env:/opt/explo/.env
- /media/media/beets/Explo:/data/
- /media/downloads/slskd/downloads:/slskd/
networks:
- default
- media
environment:
- TZ=Australia/Perth
- CRON_SCHEDULE=00 09 * * 2 # Runs weekly, every Tuesday at 09:00.
networks:
default:
media: