Merge pull request #1020 from Dokploy/feat/steedos

feat: add Steedos template
This commit is contained in:
Mauricio Siu
2026-07-14 14:00:01 -06:00
committed by GitHub
4 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: "3.8"
services:
steedos:
image: steedos/steedos-community:3.0.14
restart: always
environment:
- ROOT_URL=http://${STEEDOS_HOST}
volumes:
- steedos-data:/steedos-storage
volumes:
steedos-data:

View File

@@ -0,0 +1,16 @@
{
"id": "steedos",
"name": "Steedos",
"version": "3.0.14",
"description": "Steedos is an open-source low-code platform and alternative to Salesforce, designed to help you build enterprise applications like CRM with clicks, not code.",
"logo": "steedos.png",
"links": {
"github": "https://github.com/steedos/steedos-platform",
"website": "https://www.steedos.com/",
"docs": "https://docs.steedos.com/"
},
"tags": [
"crm",
"low-code"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -0,0 +1,13 @@
[variables]
main_domain = "${domain}"
[config]
mounts = []
[[config.domains]]
serviceName = "steedos"
port = 80
host = "${main_domain}"
[config.env]
STEEDOS_HOST = "${main_domain}"