archive/docker1/NG-Archives.yaml
traveler 123fae9451 n
2025-06-25 14:07:44 -05:00

168 lines
4.2 KiB
YAML
Executable file

# musicbrainz:
# image: linuxserver/musicbrainz
# container_name: musicbrainz
# hostname: musicbrainz
# ports:
# - 5000:5000
# volumes:
# - /DockerVol/musicbrainz/config:/config
# - /DockerVol/musicbrainz/data:/data
# environment:
# - TZ=America/Chicago
# - PGID=999
# - PUID=1001
# # - WEBADDRESS=musicbrainz.wasted-bandwidth.net -e BRAINZCODE=y4R2BAw2kpZLq1egHmH4uBtlim1iPYjbT3YZ7TJQ -e MUSICBRAINZ_USE_PROXY=1
# - WEBADDRESS=192.168.4.72
# - BRAINZCODE=y4R2BAw2kpZLq1egHmH4uBtlim1iPYjbT3YZ7TJQ
# - MUSICBRAINZ_USE_PROXY=1
# labels:
# com.centurylinklabs.watchtower.enable: "true"
# restart: unless-stopped
# beets:
# image: ghcr.io/linuxserver/beets
# container_name: beets
# environment:
# - PUID=999
# - PGID=1001
# - TZ=America/Chicago
# volumes:
# - /DockerVol/beets/appdata/config:/config
# - /data/nfs/Baxter/Music:/music
# - /data/nfs/Baxter/Music/Downloads:/downloads
# ports:
# - 8337:8337
# restart: unless-stopped
# ampache:
# image: jgoerzen/ampache
# container_name: ampache
# hostname: ampache
# links:
# - mysql:db
# volumes:
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
# - /data/nfs/Baxter/Music:/music:ro
# - /DockerVol/ampache/playlist:/playlists
# #- /DockerVol/ampache/config:/var/www/html/ampache/config
# - /DockerVol/ampache/config:/var/www/config
# ports:
# - 8097:80
# - 6443:443
# environment:
# - TZ=America/Chicago
# - PGID=999
# - PUID=1001
# stop_signal: SIGRTMIN+3
# labels:
# com.centurylinklabs.watchtower.enable: "true"
# restart: unless-stopped
# tmpfs:
# - /run:size=100M
# - /run/lock:size=100M
# tracks:
# image: tracksapp/tracks
# container_name: tracks
# hostname: tracks
# ports:
# - 3000:3000
# links:
# - mysql:db
# environment:
# - TZ=America/Chicago
# - PGID=999
# - PUID=1001
# restart: unless-stopped
# ubooquity:
# image: lscr.io/linuxserver/ubooquity:latest
# container_name: ubooquity
# hostname: ubooquity
# ports:
# - 8055:2202
# - 8056:2203
# volumes:
# - /DockerVol/ubooquity/config:/config
# - /data/nfs/Baxter/Comics:/comics:shared
# environment:
# - TZ=America/Chicago
# - PGID=999
# - PUID=1001
# labels:
# com.centurylinklabs.watchtower.enable: "true"
# radicale:
# image: tomsquest/docker-radicale
# container_name: radicale
# ports:
# - 5232:5232
# # init: true
# read_only: true
# security_opt:
# - no-new-privileges:true
# cap_drop:
# - ALL
# cap_add:
# - SETUID
# - SETGID
# - CHOWN
# - KILL
# healthcheck:
# test: curl -f http://127.0.0.1:5232 || exit 1
# interval: 30s
# retries: 3
# restart: unless-stopped
# volumes:
# - /DockerVol/radicale/data:/data
# redisBloben:
# image: redis:7.0.5-bullseye
# container_name: redisBloben
# volumes:
# - /DockerVol/redisBlobenData:/data
# ports:
# - 6379:6379
# restart: always
# Bloben:
# image: 'bloben/app:latest'
# container_name: Bloben
# volumes:
# - /DockerVol/Bloben/logs:/logs
# links:
# - postgress:databaseBloben
# env_file:
# - .env
# ports:
# - 8092:80
# restart: always
# vdirsync:
# image: bleala/vdirsyncer:latest
# container_name: vdirsyncer
# restart: unless-stopped
# environment:
# - PUID=999
# - PGID=1001
# - TZ=America/Chicago
# - AUTODISCOVER= # set to true for automatic discover, default to false
# - AUTOSYNC= # set to true for automatic sync, default to false
# - LOG= # optional, default to /vdirsyncer/log/vdirsyncer.log
# - CRON_TIME= # adjust autosync /-discover time, default to 15 minutes - */15 * * * *
# # Cron Time need to be set in Cron format - look here for generator https://crontab.guru/
# # Set CRON_TIME like that --> */15 * * * *
# volumes:
# - /DockerVol/vdirsyncer:/vdirsyncer