44 lines
2.2 KiB
YAML
44 lines
2.2 KiB
YAML
version: '3.8'
|
|
services:
|
|
#twitch_autodownload_illairl:
|
|
# image: registry.dissertori.lan/twitch_autodownload:1.4
|
|
# container_name: twitch_autodownload_illairl
|
|
# restart: unless-stopped
|
|
# volumes:
|
|
# - "/data/Videos/Web/twitch/twitch_autodownload/illairl:/home/roman/Videos"
|
|
# - "/data/Docker/.Privat/Twitch_autodownload/check_live_illairl.sh:/home/roman/check_live.sh"
|
|
#twitch_autodownload_kaarujp:
|
|
# image: registry.dissertori.lan/twitch_autodownload:1.6
|
|
# container_name: twitch_autodownload_kaarujp
|
|
# restart: unless-stopped
|
|
# volumes:
|
|
# - "/data/Videos/Web/twitch/twitch_autodownload/kaarujp:/home/roman/Videos"
|
|
# - "/data/Docker/.Privat/Twitch_autodownload/check_live_kaarujp.sh:/home/roman/check_live.sh"
|
|
#twitch_autodownload_bongbong_irl:
|
|
# image: registry.dissertori.lan/twitch_autodownload:1.4
|
|
# container_name: twitch_autodownload_bongbong_irl
|
|
# restart: unless-stopped
|
|
# volumes:
|
|
# - "/data/Videos/Web/twitch/twitch_autodownload/bongbong_irl:/home/roman/Videos"
|
|
# - "/data/Docker/.Privat/Twitch_autodownload/check_live_bongbong_irl.sh:/home/roman/check_live.sh"
|
|
#twitch_autodownload_moo:
|
|
# image: registry.dissertori.lan/twitch_autodownload:1.4
|
|
# container_name: twitch_autodownload_moo
|
|
# restart: unless-stopped
|
|
# volumes:
|
|
# - "/data/Videos/Web/twitch/twitch_autodownload/moo:/home/roman/Videos"
|
|
# - "/data/Docker/.Privat/Twitch_autodownload/check_live_moo.sh:/home/roman/check_live.sh"
|
|
twitch_autodownload_pumpkin_pim:
|
|
image: registry.dissertori.lan/twitch_autodownload:1.4
|
|
container_name: twitch_autodownload_pumpkin_pim
|
|
restart: unless-stopped
|
|
volumes:
|
|
- "/data/Videos/Web/twitch/twitch_autodownload/pumpkin_pim:/home/roman/Videos"
|
|
- "/data/Docker/.Privat/Twitch_autodownload/check_live_pumpkin_pim.sh:/home/roman/check_live.sh"
|
|
#twitch_autodownload_haeppyhour:
|
|
# image: registry.dissertori.lan/twitch_autodownload:1.4
|
|
# container_name: twitch_autodownload_haeppyhour
|
|
# restart: unless-stopped
|
|
# volumes:
|
|
# - "/data/Videos/Web/twitch/twitch_autodownload/haeppyhour:/home/roman/Videos"
|
|
# - "/data/Docker/.Privat/Twitch_autodownload/check_live_haeppyhour.sh:/home/roman/check_live.sh" |