[bitnami/appsmith] Release 1.17.0-debian-12-r1 (#63900)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2024-03-19 18:05:38 +01:00 committed by GitHub
parent eefcee3a9b
commit 85b7684244
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -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"

View File

@ -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` |