Database provisioning
Start PostgreSQL and seed it with development data:Containerized services
Run services in Docker containers usingdocker run directly. This gives you full control over ports, volumes, environment variables, and container entrypoints.
if docker inspect pattern handles environment restarts — it reuses the existing container instead of failing on a name conflict.
Prebuild optimization
Speed up environment starts by running tasks during prebuild:Tasks with the
prebuild trigger run during prebuild execution. Organization and project secrets are available, but user secrets are not.Build and test pipeline
Chain tasks with dependencies:test knowing it will build first.