mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-24 08:01:04 +00:00
Verified: official v3.0.2 compose alignment; adapter strict-store passed; manifests and pinned digests verified; real v1.132.3 pgvecto.rs to v3.0.2 VectorChord migration passed; 4 services healthy, HTTP 200, schema check clean after restart, no secret leak or fatal log findings.
8 lines
152 B
Bash
Executable File
8 lines
152 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
mkdir -p \
|
|
"${UPLOAD_LOCATION:-./data/upload}" \
|
|
"${CACHE_PATH:-./data/cache}" \
|
|
"${DB_PATH:-./data/data}"
|