Skip to main content

Module docker

Module docker 

Source
Expand description

Local Docker-backed PostgreSQL provisioning for local tenants.

Manages the shared systemprompt-postgres container and its volume, and creates, drops, and authorises per-tenant databases inside it via docker exec psql. Public surface: the shared-config types and the container/database lifecycle helpers consumed by the create/delete flows.

Copyright (c) systemprompt.io — Business Source License 1.1. See https://systemprompt.io for licensing details.

Modules§

container
Lifecycle of the shared Docker PostgreSQL container for local tenants.
database
Per-tenant database operations inside the shared PostgreSQL container.

Structs§

SharedContainerConfig