coolify/templates/compose/appsmith.yaml

23 lines
655 B
YAML
Raw Normal View History

2024-02-20 15:42:30 +01:00
# documentation: https://appsmith.com
# slogan: A low-code application platform for building internal tools.
2023-10-24 12:33:49 +02:00
# tags: lowcode,nocode,no,low,platform
2024-02-20 15:07:12 +01:00
# logo: svgs/appsmith.svg
2023-10-19 10:51:03 +02:00
services:
appsmith:
2023-10-19 11:28:25 +02:00
image: index.docker.io/appsmith/appsmith-ce:latest
2023-10-19 10:51:03 +02:00
environment:
- SERVICE_FQDN_APPSMITH
2023-10-19 10:51:03 +02:00
- APPSMITH_MAIL_ENABLED=false
- APPSMITH_DISABLE_TELEMETRY=true
- APPSMITH_DISABLE_INTERCOM=true
- APPSMITH_SENTRY_DSN=
2023-10-19 10:51:03 +02:00
- APPSMITH_SMART_LOOK_ID=
volumes:
- stacks-data:/appsmith-stacks
healthcheck:
2024-05-17 10:11:55 +02:00
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 5s
timeout: 20s
retries: 10