dokploy_postgres_create
dokploy_postgres_createCreate PostgreSQL databases in Dokploy by specifying name, credentials, and environment settings to deploy database instances for applications.
Instructions
[postgres] postgres.create (POST)
Parameters:
name (string, required)
appName (string, optional)
databaseName (string, required)
databaseUser (string, required)
databasePassword (string, required)
dockerImage (string, optional)
environmentId (string, required)
description (any, optional)
serverId (any, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| appName | No | ||
| databaseName | Yes | ||
| databaseUser | Yes | ||
| databasePassword | Yes | ||
| dockerImage | No | ||
| environmentId | Yes | ||
| description | No | ||
| serverId | No |