Docker Compose

Updated

On one host with Docker Compose v2 (about 2 GB of RAM).

unzip kryptic-selfhost.zip -d kryptic
cd kryptic
cp .env.example .env

Edit .env. Set KRYPTIC_VERSION to the image tag from the email, add the licence key, and generate TOKEN_KEY, MASTER_KEY, POSTGRES_PASSWORD, and REDIS_PASSWORD. See Settings and options.

docker login <registry-host-from-email>
# username from the email, password you set at
# https://kryptic.dev/registry-access?token=...

./up.sh up -d

Dashboard is http://localhost:8080. APIs are 5210 (management), 5211 (daemon), 5212 (pipelines), 5213 (secrets).

Then create your organization.