Local
On your machine
Postgres, Redis, the Portal and the workers, from the compose file the installer put in $CODESEAL. Right for trying it, and for a Portal only you use.
terminal
seal up # start
seal logs -f # follow
seal down # stop
Managed
On a platform
Railway, Fly, Render, Vercel, Cloud Run, App Runner or DigitalOcean. The deployer pushes the image, runs migrations and wires the managed Postgres and Redis.
terminal
seal deploy railway acme
seal deploy fly
seal deploy cloudrun
Your own
On infrastructure you have
A Terraform scaffold, or the standalone compose file against Postgres and Redis you already run. Nothing about the Portal assumes a particular host.
terminal
seal deploy aws # terraform scaffold
# or, directly:
docker compose -f \
$CODESEAL/compose.standalone.yml up -d