summaryrefslogtreecommitdiffhomepage
path: root/public/v2/apps/cockpit.json
diff options
context:
space:
mode:
Diffstat (limited to 'public/v2/apps/cockpit.json')
-rw-r--r--public/v2/apps/cockpit.json56
1 files changed, 27 insertions, 29 deletions
diff --git a/public/v2/apps/cockpit.json b/public/v2/apps/cockpit.json
index ec08a8f..b78a6fc 100644
--- a/public/v2/apps/cockpit.json
+++ b/public/v2/apps/cockpit.json
@@ -1,31 +1,29 @@
{
- "captainVersion": "2",
- "documentation": "Read the documentation @ https://github.com/agentejo/cockpit-docker",
- "displayName": "Cockpit",
- "description": "Cockpit is Simple Content Platform to manage any structured content. A self-hosted headless and api-driven CMS.",
- "dockerCompose": {
- "version": "3.7",
- "services": {
- "$$cap_appname": {
- "image": "agentejo/cockpit:$$cap_cockpit_version",
- "containerHttpPort": "80",
- "volumes": [
- "$$cap_appname-storage:/var/www/html/storage"
- ],
- "restart": "always"
- }
- }
- },
- "instructions": {
- "start": "Cockpit is Simple Content Platform to manage any structured content. A self-hosted headless and api-driven CMS.",
- "end": "Cockpit is deployed and available as $$cap_appname. \n\n IMPORTANT: Navigate to /install to finish the installation and to create an admin user!"
- },
- "variables": [
- {
- "id": "$$cap_cockpit_version",
- "label": "cockpit version tag",
- "description": "Checkout their docker page for the valid tags @ https://hub.docker.com/r/agentejo/cockpit/tags",
- "defaultValue": "0.9.3"
- }
- ]
+ "captainVersion": "2",
+ "documentation": "Read the documentation @ https://github.com/agentejo/cockpit-docker",
+ "displayName": "Cockpit",
+ "description": "Cockpit is Simple Content Platform to manage any structured content. A self-hosted headless and api-driven CMS.",
+ "dockerCompose": {
+ "version": "3.7",
+ "services": {
+ "$$cap_appname": {
+ "image": "agentejo/cockpit:$$cap_cockpit_version",
+ "containerHttpPort": "80",
+ "volumes": ["$$cap_appname-storage:/var/www/html/storage"],
+ "restart": "always"
+ }
+ }
+ },
+ "instructions": {
+ "start": "Cockpit is Simple Content Platform to manage any structured content. A self-hosted headless and api-driven CMS.",
+ "end": "Cockpit is deployed and available as $$cap_appname. \n\n IMPORTANT: Navigate to /install to finish the installation and to create an admin user!"
+ },
+ "variables": [
+ {
+ "id": "$$cap_cockpit_version",
+ "label": "cockpit version tag",
+ "description": "Checkout their docker page for the valid tags @ https://hub.docker.com/r/agentejo/cockpit/tags",
+ "defaultValue": "0.9.3"
+ }
+ ]
}