organize
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/run/current-system/sw/bin/bash
|
||||
|
||||
SERVICE_NAMES=(
|
||||
# "paperless"
|
||||
# "immich"
|
||||
# "navidrome"
|
||||
"downloadin"
|
||||
# "matrix"
|
||||
)
|
||||
for SERVICE in "${SERVICE_NAMES[@]}"; do
|
||||
docker compose --env-file /etc/.soupclown.env -f $(pwd)/${SERVICE}-compose.yaml up -d
|
||||
done
|
||||
Reference in New Issue
Block a user