global-services
Configuration options for stackpanel.global-services
Global-services Options
globalServices.caddy.enable
Whether to enable Global Caddy reverse proxy.
| Property | Value |
|---|---|
| Type | boolean |
| Default | false |
Example:
true
globalServices.caddy.sites
Sites to register with Caddy (domain -> upstream)
| Property | Value |
|---|---|
| Type | attribute set of string |
| Default | { } |
Example:
{
"api.localhost" = "localhost:8080";
"myapp.localhost" = "localhost:3000";
}globalServices.enable
Whether to enable Global singleton development services.
| Property | Value |
|---|---|
| Type | boolean |
| Default | false |
Example:
true
globalServices.minio.console-port
Minio console port. If null, uses computed port from stackpanel.ports.
| Property | Value |
|---|---|
| Type | null or 16 bit unsigned integer; between 0 and 65535 (both inclusive) |
| Default | null |
globalServices.minio.enable
Whether to enable Global Minio (S3) service.
| Property | Value |
|---|---|
| Type | boolean |
| Default | false |
Example:
true
globalServices.minio.package
Minio package to use
| Property | Value |
|---|---|
| Type | package |
| Default | none |
globalServices.minio.port
Minio API port. If null, uses computed port from stackpanel.ports.
| Property | Value |
|---|---|
| Type | null or 16 bit unsigned integer; between 0 and 65535 (both inclusive) |
| Default | null |
globalServices.postgres.databases
List of databases to create for this project
| Property | Value |
|---|---|
| Type | list of string |
| Default | see below |
Default:
[
"default"
]Example:
[
"myapp"
"myapp_test"
]globalServices.postgres.enable
Whether to enable Global PostgreSQL service.
| Property | Value |
|---|---|
| Type | boolean |
| Default | false |
Example:
true
globalServices.postgres.package
PostgreSQL package to use
| Property | Value |
|---|---|
| Type | package |
| Default | none |
globalServices.postgres.port
PostgreSQL port. If null, uses computed port from stackpanel.ports.
| Property | Value |
|---|---|
| Type | null or 16 bit unsigned integer; between 0 and 65535 (both inclusive) |
| Default | null |
globalServices.project-name
Project name used for registering databases and sites
| Property | Value |
|---|---|
| Type | string |
| Default | "default" |
Example:
"stackpanel"
globalServices.redis.enable
Whether to enable Global Redis service.
| Property | Value |
|---|---|
| Type | boolean |
| Default | false |
Example:
true
globalServices.redis.package
Redis package to use
| Property | Value |
|---|---|
| Type | package |
| Default | none |
globalServices.redis.port
Redis port. If null, uses computed port from stackpanel.ports.
| Property | Value |
|---|---|
| Type | null or 16 bit unsigned integer; between 0 and 65535 (both inclusive) |
| Default | null |