Fix DATA_DIR env var in all modules

This commit is contained in:
Bonna
2026-06-06 14:29:13 -05:00
parent 481f26d530
commit 9218994cce
7 changed files with 12 additions and 7 deletions

View File

@@ -32,7 +32,12 @@
"Bash(pip freeze *)",
"Bash(pip3 freeze *)",
"Bash(/usr/local/bin/docker --version)",
"Bash(/Applications/Docker.app/Contents/Resources/bin/docker --version)"
"Bash(/Applications/Docker.app/Contents/Resources/bin/docker --version)",
"Bash(ssh root@192.168.0.5 'mkdir -p /mnt/user/appdata/moon-household-budget')",
"Bash(ssh root@192.168.0.5 'docker ps --format \"table {{.Names}}\\\\t{{.Status}}\\\\t{{.Ports}}\" | grep moon')",
"Bash(curl -fsS -o /dev/null -w \"live app: %{http_code}\\\\n\" http://192.168.0.5:8052/)",
"Bash(rsync -av --exclude='.git/' --exclude='data/' --exclude='moon-household-budget-handoff/' /Users/bonnamoon/Projects/fullmoonbakehouse/ root@192.168.0.5:/mnt/user/appdata/moon-household-budget/)",
"Bash(ssh root@192.168.0.5 'cd /mnt/user/appdata/moon-household-budget && docker compose up -d --build 2>&1 | tail -10')"
]
}
}