2024-02-20 14:42:30 +00:00
|
|
|
# documentation: https://appsmith.com
|
2024-04-17 13:48:14 +00:00
|
|
|
# slogan: A low-code application platform for building internal tools.
|
2025-08-17 16:23:57 +00:00
|
|
|
# category: productivity
|
|
|
|
|
# tags: lowcode, nocode, no, low, platform
|
2024-02-20 14:07:12 +00:00
|
|
|
# logo: svgs/appsmith.svg
|
2023-10-19 08:51:03 +00:00
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
appsmith:
|
2023-10-19 09:28:25 +00:00
|
|
|
image: index.docker.io/appsmith/appsmith-ce:latest
|
2023-10-19 08:51:03 +00:00
|
|
|
environment:
|
2025-08-10 08:10:22 +00:00
|
|
|
- SERVICE_URL_APPSMITH
|
2024-09-09 13:04:51 +00:00
|
|
|
- APPSMITH_MAIL_ENABLED=${APPSMITH_MAIL_ENABLED:-false}
|
|
|
|
|
- APPSMITH_DISABLE_TELEMETRY=${APPSMITH_DISABLE_TELEMETRY:-false}
|
|
|
|
|
- APPSMITH_DISABLE_INTERCOM=${APPSMITH_DISABLE_INTERCOM:-true}
|
|
|
|
|
- APPSMITH_SENTRY_DSN=${APPSMITH_SENTRY_DSN}
|
|
|
|
|
- APPSMITH_SMART_LOOK_ID=${APPSMITH_SMART_LOOK_ID}
|
2023-10-19 08:51:03 +00:00
|
|
|
volumes:
|
|
|
|
|
- stacks-data:/appsmith-stacks
|
2023-10-25 08:43:07 +00:00
|
|
|
healthcheck:
|
2024-05-17 08:11:55 +00:00
|
|
|
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
|
2024-04-16 12:08:11 +00:00
|
|
|
interval: 5s
|
|
|
|
|
timeout: 20s
|
|
|
|
|
retries: 10
|