coolify/templates/compose/appsmith.yaml

24 lines
818 B
YAML
Raw Normal View History

2024-02-20 14:42:30 +00:00
# documentation: https://appsmith.com
# slogan: A low-code application platform for building internal tools.
# 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:
- 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
healthcheck:
2024-05-17 08:11:55 +00:00
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 5s
timeout: 20s
retries: 10