This commit is contained in:
Andras Bacsai
2022-11-03 14:59:37 +01:00
parent e6024c997f
commit 9f3677b694
8 changed files with 77 additions and 197 deletions

View File

@@ -1,3 +1,35 @@
- templateVersion: 1.0.0
defaultVersion: v1.8.6
type: appsmith
name: Appsmith
services:
$$id:
image: appsmith/appsmith-ce:$$core_version
environment:
- APPSMITH_MAIL_ENABLED: $$config_appsmith_mail_enabled
- APPSMITH_DISABLE_TELEMETRY: $$config_appsmith_disable_telemetry
- APPSMITH_DISABLE_INTERCOM: $$config_appsmith_disable_intercom
volumes:
- $$id-stacks-data:/appsmith-stacks
ports:
- '8080'
variables:
- id: $$config_appsmith_mail_enabled
name: APPSMITH_MAIL_ENABLED
label: Enable Mail
defaultValue: false
description: ''
- id: $$config_appsmith_disable_telemetry
name: APPSMITH_DISABLE_TELEMETRY
label: Disable Telemetry
defaultValue: true
description: ''
- id: $$config_appsmith_disable_intercom
name: APPSMITH_DISABLE_INTERCOM
label: Disable Intercom
defaultValue: true
description: ''
documentation: https://hub.docker.com/r/zadam/trilium
- templateVersion: 1.0.0
defaultVersion: 0.56.2
type: trilium