Remove maloja and multi-scrobbler; add uptime-kuma and glances; update docs
This commit is contained in:
@@ -226,43 +226,6 @@ services:
|
||||
volumes:
|
||||
- /mnt/nas-storage/data/torrents/metube:/downloads
|
||||
|
||||
maloja:
|
||||
image: krateng/maloja:latest
|
||||
container_name: maloja
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- MALOJA_FORCE_PASSWORD=${MALOJA_FORCE_PASSWORD}
|
||||
networks:
|
||||
- internal_net
|
||||
- web_net
|
||||
ports:
|
||||
- "42010:42010"
|
||||
volumes:
|
||||
- /docker/maloja/config:/etc/maloja
|
||||
- /docker/maloja/data:/var/lib/maloja
|
||||
logging: *default-logging
|
||||
|
||||
multi-scrobbler:
|
||||
image: foxxmd/multi-scrobbler:latest
|
||||
container_name: multi-scrobbler
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- internal_net
|
||||
ports:
|
||||
- "9078:9078"
|
||||
environment:
|
||||
- MALOJA_URL=${MALOJA_URL}
|
||||
- MALOJA_API_KEY=${MALOJA_API_KEY}
|
||||
- JELLYFIN_URL=${JELLYFIN_URL}
|
||||
- JELLYFIN_APIKEY=${JELLYFIN_APIKEY_MS}
|
||||
- JELLYFIN_USER=${JELLYFIN_USER}
|
||||
- JELLYFIN_TRANSFORMS=musicbrainz
|
||||
- MB_CONTACT=${MB_CONTACT}
|
||||
- MB_PRESETS=default,sensible,native
|
||||
volumes:
|
||||
- /docker/scrobble/config:/config
|
||||
logging: *default-logging
|
||||
|
||||
networks:
|
||||
media_net:
|
||||
name: media_net
|
||||
|
||||
Reference in New Issue
Block a user