Deploy the full platform in three commands.
# Create project directory mkdir ir-mlab && cd ir-mlab # Download config files curl -O https://mlab.sh/assets/internals/ir.mlab.sh/docker-compose.yml curl -o .env https://mlab.sh/assets/internals/ir.mlab.sh/.env.example # Edit .env: paste your LICENSE_KEY, set strong passwords nano .env # Launch docker-compose up -d
Open http://localhost:8080. Database migrations run automatically on first boot.
admin@localhost / adminadmin. Change them on the first connection — the platform refuses to expose itself outside localhost until you do.
curl http://localhost:8080/healthz # {"status":"ok","db":"ok","ch":"ok","license":"free","grace_h":0}