Routine Operations
Viewing Service Status and Logs
bash
# Container status
./scripts/fleet.sh <profile> ps
# Tail a service's logs
./scripts/fleet.sh <profile> logs -f <service-name>
# Use watch-logs to view in real time (together with LOG_FILES)
LOG_FILES=./fleet.log ./scripts/fleet.sh basic up -d
./scripts/watch-logs.sh -- ./fleet.logHealth Diagnosis
bash
./scripts/doctor.sh # key services
./scripts/doctor.sh --all # all services
./scripts/doctor.sh --logs # include recent logs of key services