mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-08 20:52:20 +00:00
updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user