coolify/templates/compose/appsmith.yaml
Andras Bacsai 379f4b9dff feat: show webhook on ui
feat: n8n service
2023-10-25 10:43:07 +02:00

19 lines
608 B
YAML

# documentation: https://docs.appsmith.com
# slogan: Appsmith is an open-source, self-hosted application development platform that enables you to build powerful web applications with ease.
# tags: lowcode,nocode,no,low,platform
services:
appsmith:
image: index.docker.io/appsmith/appsmith-ce:latest
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
healthcheck:
test: ["NONE"]