-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
PedroLageTavares edited this page Jun 29, 2026
·
6 revisions
- 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>.