You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**PGHOST**| Hostname or IP address of your PostgreSQL server. | plane-db|
83
-
|**PGDATABASE**| Name of the PostgreSQL database Plane will use. | plane|
84
-
|**POSTGRES_USER**| Username for PostgreSQL authentication. | plane|
85
-
|**POSTGRES_PASSWORD**| Password for PostgreSQL authentication. **Critical:** Use a strong, unique password here. | plane|
86
-
|**POSTGRES_DB**| Same as PGDATABASE - the name of the PostgreSQL database. | plane|
87
-
|**POSTGRES_PORT**| TCP port your PostgreSQL server is listening on. | 5432|
88
-
|**PGDATA**| Directory path where PostgreSQL data is stored. Only relevant if you're managing PostgreSQL within the same container/system. | /var/lib/postgresql/data|
89
-
|**DATABASE_URL**| Full connection string for PostgreSQL. If provided, this takes precedence over individual connection parameters. Format: `postgresql://username:password@host:port/dbname`||
|**PGHOST**| Hostname or IP address of your PostgreSQL server. | plane-db |
83
+
|**PGDATABASE**| Name of the PostgreSQL database Plane will use. | plane |
84
+
|**POSTGRES_USER**| Username for PostgreSQL authentication. | plane |
85
+
|**POSTGRES_PASSWORD**| Password for PostgreSQL authentication. **Critical:** Use a strong, unique password here. | plane |
86
+
|**POSTGRES_DB**| Same as PGDATABASE - the name of the PostgreSQL database. | plane |
87
+
|**POSTGRES_PORT**| TCP port your PostgreSQL server is listening on. | 5432 |
88
+
|**PGDATA**| Directory path where PostgreSQL data is stored. Only relevant if you're managing PostgreSQL within the same container/system. | /var/lib/postgresql/data |
89
+
|**DATABASE_URL**| Full connection string for PostgreSQL. If provided, this takes precedence over individual connection parameters. Format: `postgresql://username:password@host:port/dbname`||
90
90
91
91
### Redis settings
92
92
@@ -162,13 +162,13 @@ This is where you'll make all configuration changes. Remember to restart the ins
|**OPENSEARCH_INDEX_PREFIX**| Prefix for all index names (useful for multi-tenant setups) | (empty) |
172
172
173
173
### Plane AI
174
174
@@ -189,10 +189,10 @@ To start Plane AI services, set each replica count to `1`:
189
189
Plane AI uses a separate PostgreSQL database. Create a new database (e.g. `plane_pi`) on your PostgreSQL server, then set **PLANE_PI_DATABASE_URL** to its connection string. Example: `postgresql://user:password@host:5432/plane_pi`
|**PLANE_PI_DATABASE_URL**| Connection string for the Plane AI database. A separate database used by the PI service. | postgresql://plane:plane@plane-db/plane_pi |
195
-
|**FOLLOWER_POSTGRES_URI**| Connection string for a Plane PostgreSQL DB read replica. Used for read-heavy operations to reduce load on the primary database. | Same as DATABASE_URL|
|**PLANE_PI_DATABASE_URL**| Connection string for the Plane AI database. A separate database used by the PI service. | postgresql://plane:plane@plane-db/plane_pi |
195
+
|**FOLLOWER_POSTGRES_URI**| Connection string for a Plane PostgreSQL DB read replica. Used for read-heavy operations to reduce load on the primary database. | Same as DATABASE_URL|
0 commit comments