379f4b9dff
feat: n8n service
19 lines
608 B
YAML
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"]
|