add bitmagnet

This commit is contained in:
2026-03-22 14:48:43 -04:00
parent b33332e786
commit a3e8547454
4 changed files with 59 additions and 29 deletions
+4 -4
View File
@@ -1,11 +1,11 @@
#!/run/current-system/sw/bin/bash
SERVICE_NAMES=(
"paperless"
"immich"
"navidrome"
# "paperless"
# "immich"
# "navidrome"
"downloadin"
"matrix"
# "matrix"
)
for SERVICE in "${SERVICE_NAMES[@]}"; do
docker compose --env-file /etc/.soupclown.env -f $(pwd)/${SERVICE}-compose.yaml pull