-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
PedroLageTavares edited this page Jun 29, 2026
·
6 revisions
Download the two files and start — the prebuilt image is pulled automatically:
curl -O https://raw.githubusercontent.com/codebyit/inktracker/main/docker-compose.public.yml
# saves the example straight to .env (required by Compose)
curl -o .env https://raw.githubusercontent.com/codebyit/inktracker/main/.env.example
docker compose -f docker-compose.public.yml up -dVerify and open:
docker compose -f docker-compose.public.yml ps # services should be running/healthyThen visit http://localhost:8000.
- Copy env:
cp .env.example .env
- Start:
docker compose -f docker-compose.public.yml up -d
- Open app:
http://localhost:8000
- Copy env:
cp .env.example .env
- Set external
DATABASE_URLin.env - Start:
docker compose -f docker-compose.external-db.yml up -d
Both profiles run the prebuilt image ghcr.io/codebyit/inktracker:latest, pulled
automatically by docker compose ... up -d (no local build). To pin a version, set
APP_IMAGE in .env, e.g. APP_IMAGE=ghcr.io/codebyit/inktracker:v0.9.0. Tags:
latest, vX.Y.Z, vX.Y.Z-<sha7>.