coolify_create_database_keydb
Creates a KeyDB database on a specified server within a Coolify project, allowing configuration of image, port, password, and custom config.
Instructions
Create a KeyDB database (Redis-compatible)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Database name | |
| image | No | Docker image | |
| keydb_conf | No | Custom keydb.conf content | |
| public_port | No | Public port | |
| server_uuid | Yes | Server UUID | |
| project_uuid | Yes | Project UUID | |
| instant_deploy | No | Deploy immediately | |
| keydb_password | No | Password | |
| environment_name | Yes | Environment name |