AutoBE
Preparing search index...
@autobe/interface
IAutoBeTestRuntimeProps
IDockerPostgres
Interface IDockerPostgres
Starts a local Docker Postgres container for the runtime workspace.
interface
IDockerPostgres
{
apiPort
?:
number
;
containerName
?:
string
;
database
?:
string
;
host
?:
string
;
image
?:
string
;
password
?:
string
;
port
?:
number
;
schema
?:
string
;
startupTimeoutMs
?:
number
;
type
:
"docker"
;
username
?:
string
;
}
Index
Properties
api
Port?
container
Name?
database?
host?
image?
password?
port?
schema?
startup
Timeout
Ms?
type
username?
Properties
Optional
api
Port
apiPort
?:
number
Optional
container
Name
containerName
?:
string
Optional
database
database
?:
string
Optional
host
host
?:
string
Optional
image
image
?:
string
Optional
password
password
?:
string
Optional
port
port
?:
number
Optional
schema
schema
?:
string
Optional
startup
Timeout
Ms
startupTimeoutMs
?:
number
type
type
:
"docker"
Optional
username
username
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Port
container
Name
database
host
image
password
port
schema
startup
Timeout
Ms
type
username
AutoBE
Loading...
Starts a local Docker Postgres container for the runtime workspace.