This commit is contained in:
2025-10-07 20:40:53 -06:00
parent 56082d9882
commit b3e37fb675
2 changed files with 15 additions and 27 deletions

15
home-server/beets.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
docker pull linuxserver/beets
docker rm -f beets || true
docker run -d \
--name=beets \
-v /data/media/music/sydnie-untagged/NewPipe:/sydnie \
-v /data/media/music/Alex-untagged:/alex \
-v /home/alex/beets/output:/config \
-v /data/media/music/tagged:/config/music \
-e PUID=1000 \
-e PGID=1000 \
linuxserver/beets
# docker exec -it -u 1000 beets bash -c "beet import -is /alex/*"

View File

@@ -136,25 +136,6 @@ services:
environment:
- LOG_LEVEL=info
# octoprint:
# image: octoprint/octoprint
# container_name: octoprint
# restart: unless-stopped
# # ports:
# # - 80:80
# # devices:
# # # use `python -m serial.tools.miniterm` to see what the name is of the printer, this requires pyserial
# # - /dev/ttyACM0:/dev/ttyACM0
# # - /dev/video0:/dev/video0
# volumes:
# - /data/octoprint:/octoprint
# # uncomment the lines below to ensure camera streaming is enabled when
# # you add a video device
# environment:
# - ENABLE_MJPG_STREAMER=true
# - MJPG_SREAMER_INPUT=-n -r 1280x720 -f 30
prometheus:
image: bitnami/prometheus:2
container_name: prometheus
@@ -166,14 +147,6 @@ services:
- /data/prometheus:/opt/bitnami/prometheus/data
ports:
- 9091:9090
# command:
# - '--config.file=/etc/prometheus/prometheus.yml'
# - '--storage.tsdb.path=/prometheus'
# - '--web.console.libraries=/etc/prometheus/console_libraries'
# - '--web.console.templates=/etc/prometheus/consoles'
# - '--web.enable-lifecycle'
# expose:
# - 9090
networks:
- proxy