Agent skill
docker-compose-dev
Run mjr.wtf locally using Docker Compose (SQLite), including migrations, logs, and teardown.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/docker-compose-dev-matt-riley-mjrwtf
Metadata
Additional technical details for this skill
- repo
- mjrwtf
- runner
- github-copilot-cli
- version
- 1.1
SKILL.md
Quick start (SQLite via compose)
- Create env file:
bash
cp .env.example .env
# set AUTH_TOKENS (recommended) or AUTH_TOKEN
- Run migrations on the host (required on first run):
bash
mkdir -p data
export DATABASE_URL=./data/database.db
make build-migrate
make migrate-up
- Start services:
bash
make docker-compose-up
- Verify health:
bash
curl http://localhost:8080/health
curl http://localhost:8080/ready
Useful ops
bash
make docker-compose-logs
make docker-compose-ps
make docker-compose-down
Didn't find tool you were looking for?