From 85b76842443441eb4224776518100b6eca3e1f76 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 19 Mar 2024 18:05:38 +0100 Subject: [PATCH] [bitnami/appsmith] Release 1.17.0-debian-12-r1 (#63900) Signed-off-by: Bitnami Containers --- bitnami/appsmith/1/debian-12/Dockerfile | 4 ++-- bitnami/appsmith/README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bitnami/appsmith/1/debian-12/Dockerfile b/bitnami/appsmith/1/debian-12/Dockerfile index e296afffb5ea..91c7eb5e7180 100644 --- a/bitnami/appsmith/1/debian-12/Dockerfile +++ b/bitnami/appsmith/1/debian-12/Dockerfile @@ -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-03-18T07:38:14Z" \ + org.opencontainers.image.created="2024-03-19T16:04:13Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.17.0-debian-12-r0" \ + org.opencontainers.image.ref.name="1.17.0-debian-12-r1" \ org.opencontainers.image.title="appsmith" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="1.17.0" diff --git a/bitnami/appsmith/README.md b/bitnami/appsmith/README.md index afd4405b8572..d3a4ed076c6e 100644 --- a/bitnami/appsmith/README.md +++ b/bitnami/appsmith/README.md @@ -108,6 +108,7 @@ docker-compose up appsmith | `APPSMITH_EMAIL` | Appsmith default email. | `user@example.com` | | `APPSMITH_MODE` | Appsmith service to run (can be backend, client or UI). | `backend` | | `APPSMITH_ENCRYPTION_PASSWORD` | Appsmith database encryption password. | `bitnami123` | +| `APPSMITH_ENCRYPTION_SALT` | Appsmith database encryption salt. | `nil` | | `APPSMITH_API_HOST` | Appsmith API host. | `appsmith-api` | | `APPSMITH_API_PORT` | Appsmith API port. | `8080` | | `APPSMITH_UI_HTTP_PORT` | Appsmith UI HTTP port. | `8080` | @@ -118,9 +119,11 @@ docker-compose up appsmith | `APPSMITH_DATABASE_PORT_NUMBER` | Database server port. | `27017` | | `APPSMITH_DATABASE_NAME` | Database name. | `bitnami_appsmith` | | `APPSMITH_DATABASE_USER` | Database user name. | `bn_appsmith` | +| `APPSMITH_DATABASE_PASSWORD` | Database user password. | `nil` | | `APPSMITH_DATABASE_INIT_DELAY` | Time to wait before the database is actually ready. | `0` | | `APPSMITH_REDIS_HOST` | Redis server host. | `redis` | | `APPSMITH_REDIS_PORT_NUMBER` | Redis server port. | `6379` | +| `APPSMITH_REDIS_PASSWORD` | Redis user password. | `nil` | | `APPSMITH_STARTUP_TIMEOUT` | Appsmith startup check timeout. | `120` | | `APPSMITH_STARTUP_ATTEMPTS` | Appsmith startup check attempts. | `5` | | `APPSMITH_DATA_TO_PERSIST` | Data to persist from installations. | `$APPSMITH_CONF_FILE` |