coolify/templates/compose/appsmith.yaml
2024-05-17 10:11:55 +02:00

23 lines
655 B
YAML

# documentation: https://appsmith.com
# slogan: A low-code application platform for building internal tools.
# tags: lowcode,nocode,no,low,platform
# logo: svgs/appsmith.svg
services:
appsmith:
image: index.docker.io/appsmith/appsmith-ce:latest
environment:
- SERVICE_FQDN_APPSMITH
- 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: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 5s
timeout: 20s
retries: 10