mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-07 13:02:28 +08:00
Compare commits
No commits in common. "5159adca1c3d72bbbe00fc7445858ece5cff65c3" and "8ab5ce2f2b09761a7104ee08db0235ab893e5b10" have entirely different histories.
5159adca1c
...
8ab5ce2f2b
2 changed files with 17 additions and 1 deletions
|
@ -126,7 +126,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
lidarr:
|
lidarr:
|
||||||
image: ghcr.io/linuxserver-labs/prarr:lidarr-plugins
|
image: blampe/lidarr:latest
|
||||||
container_name: lidarr
|
container_name: lidarr
|
||||||
volumes:
|
volumes:
|
||||||
- lidarr_config:/config
|
- lidarr_config:/config
|
||||||
|
|
|
@ -22,6 +22,22 @@ services:
|
||||||
caddy: music.fern.garden
|
caddy: music.fern.garden
|
||||||
caddy.import: authentik
|
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:
|
networks:
|
||||||
default:
|
default:
|
||||||
media:
|
media:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue