Back to list
matt-riley

docker-compose-dev

by matt-riley

Personal URL shortening service - Entirely written by Copilot

0🍴 0📅 Jan 23, 2026

SKILL.md


name: docker-compose-dev description: Run mjr.wtf locally using Docker Compose (SQLite), including migrations, logs, and teardown. license: MIT compatibility: Requires docker, docker compose, bash, git, and make. metadata: repo: mjrwtf runner: github-copilot-cli version: 1.1 allowed-tools: Bash(git:) Bash(make:) Bash(docker:) Bash(curl:) Read

Quick start (SQLite via compose)

  1. Create env file:
cp .env.example .env
# set AUTH_TOKENS (preferred) or AUTH_TOKEN
  1. Create the persistent data directory:
mkdir -p data
  1. Start services (Docker Compose runs migrations automatically on startup via docker-entrypoint.sh):
make docker-compose-up
  1. Verify health:
curl http://localhost:8080/health
curl http://localhost:8080/ready

Useful ops

make docker-compose-logs
make docker-compose-ps
make docker-compose-down

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon