2023-10-19 08:51:03 +00:00
|
|
|
# documentation: https://docs.appsmith.com
|
2024-02-20 14:07:12 +00:00
|
|
|
# slogan: Appsmith is an application development platform that enables you to build powerful web applications with ease.
|
2023-10-24 10:33:49 +00:00
|
|
|
# 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:
|
|
|
|
- SERVICE_FQDN
|
|
|
|
- APPSMITH_MAIL_ENABLED=false
|
|
|
|
- APPSMITH_DISABLE_TELEMETRY=true
|
|
|
|
- APPSMITH_DISABLE_INTERCOM=true
|
|
|
|
- APPSMITH_SENTRY_DSN=
|
|
|
|
- APPSMITH_SMART_LOOK_ID=
|
|
|
|
volumes:
|
|
|
|
- stacks-data:/appsmith-stacks
|
2023-10-25 08:43:07 +00:00
|
|
|
healthcheck:
|
|
|
|
test: ["NONE"]
|