[bitnami/postgrest] Release 11.2.2-debian-12-r13 (#64038)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
df7d32ff28
commit
db9f92f32e
|
|
@ -7,10 +7,10 @@ ARG TARGETARCH
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2024-02-21T13:14:54Z" \
|
||||
org.opencontainers.image.created="2024-03-22T14:06:39Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="11.2.2-debian-12-r12" \
|
||||
org.opencontainers.image.ref.name="11.2.2-debian-12-r13" \
|
||||
org.opencontainers.image.title="postgrest" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="11.2.2"
|
||||
|
|
|
|||
|
|
@ -91,8 +91,10 @@ docker run --name postgrest bitnami/postgrest:latest
|
|||
| `DB_HOST` | Database host | `localhost` |
|
||||
| `DB_PORT` | Database port number | `5432` |
|
||||
| `DB_USER` | Database user username | `postgres` |
|
||||
| `DB_PASSWORD` | Database user password | `nil` |
|
||||
| `DB_NAME` | Database name | `postgres` |
|
||||
| `DB_SSL` | Database SSL connection enabled | `disable` |
|
||||
| `PGRST_JWT_SECRET` | Postgrest JWT secret | `nil` |
|
||||
| `PGRST_DB_ANON_ROLE` | Postgrest anon role | `anon` |
|
||||
| `PGRST_DB_SCHEMA` | Postgrest database schema | `public,storage` |
|
||||
| `PGRST_DB_USE_LEGACY_GUCS` | Postgrest use legacy GUCS | `false` |
|
||||
|
|
@ -100,18 +102,15 @@ docker run --name postgrest bitnami/postgrest:latest
|
|||
|
||||
#### Read-only environment variables
|
||||
|
||||
| Name | Description | Value |
|
||||
|----------------------------|----------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
|
||||
| `POSTGREST_BASE_DIR` | postgrest installation directory. | `${BITNAMI_ROOT_DIR}/postgrest` |
|
||||
| `POSTGREST_LOGS_DIR` | Directory where postgrest logs are stored. | `${POSTGREST_BASE_DIR}/logs` |
|
||||
| `POSTGREST_LOG_FILE` | Directory where postgrest logs are stored. | `${POSTGREST_LOGS_DIR}/postgrest.log` |
|
||||
| `POSTGREST_BIN_DIR` | postgrest directory for binary executables. | `${POSTGREST_BASE_DIR}/bin` |
|
||||
| `POSTGREST_TMP_DIR` | Directory where postgrest temporary files are stored. | `${POSTGREST_BASE_DIR}/tmp` |
|
||||
| `POSTGREST_PID_FILE` | Path to the PID file for postgrest. | `${POSTGREST_TMP_DIR}/postgrest.pid` |
|
||||
| `POSTGREST_EXTRA_ENV_FILE` | File to store extra environment variables for the postgrest service. | `${POSTGREST_BASE_DIR}/.env` |
|
||||
| `PGRST_DB_URI` | Postgres DB URI | `postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}?sslmode=${DB_SSL}` |
|
||||
| `POSTGREST_DAEMON_USER` | postgrest system user. | `supabase` |
|
||||
| `POSTGREST_DAEMON_GROUP` | postgrest system group. | `supabase` |
|
||||
| Name | Description | Value |
|
||||
|--------------------------|---------------------------------------------|---------------------------------------------------------------------------------------------|
|
||||
| `POSTGREST_BASE_DIR` | postgrest installation directory. | `${BITNAMI_ROOT_DIR}/postgrest` |
|
||||
| `POSTGREST_LOGS_DIR` | Directory where postgrest logs are stored. | `${POSTGREST_BASE_DIR}/logs` |
|
||||
| `POSTGREST_LOG_FILE` | Directory where postgrest logs are stored. | `${POSTGREST_LOGS_DIR}/postgrest.log` |
|
||||
| `POSTGREST_BIN_DIR` | postgrest directory for binary executables. | `${POSTGREST_BASE_DIR}/bin` |
|
||||
| `PGRST_DB_URI` | Postgres DB URI | `postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}?sslmode=${DB_SSL}` |
|
||||
| `POSTGREST_DAEMON_USER` | postgrest system user. | `supabase` |
|
||||
| `POSTGREST_DAEMON_GROUP` | postgrest system group. | `supabase` |
|
||||
|
||||
### Running commands
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue