787 B
Executable File
787 B
Executable File
WallMuse Infra Status
Infra files in this app are owned by the WallMuse-Infra workstream. Do not remove infra/ or scripts/health-check.sh from other workstreams.
Completed files:
infra/docker-compose.ymlinfra/minio/create-buckets.shinfra/nginx/wallmuse.dev.confinfra/postgres/README.mdscripts/health-check.sh
Current external blocker: this server cannot currently resolve/reach apt and Docker registry hosts, so Node/npm/pnpm installation and Docker image pulls cannot complete until server DNS/network is fixed.
After network is fixed:
cd /root/wallmuse/app
apt-get update
apt-get install -y nodejs npm
npm install -g pnpm@10.12.1
pnpm install
docker compose -f infra/docker-compose.yml --env-file .env up -d
bash scripts/health-check.sh