feat(cockpit): update configuration (#965)
Co-authored-by: Ronald Loyko <info@nordia.io>
This commit is contained in:
parent
16c5aebfb3
commit
15607edf2c
|
|
@ -1,23 +1,22 @@
|
|||
captainVersion: 4
|
||||
services:
|
||||
$$cap_appname:
|
||||
image: agentejo/cockpit:$$cap_cockpit_version
|
||||
image: cockpithq/cockpit:core-$$cap_COCKPIT_VERSION
|
||||
volumes:
|
||||
- $$cap_appname-storage:/var/www/html/storage
|
||||
restart: always
|
||||
- $$cap_appname:/var/www/html
|
||||
caproverOneClickApp:
|
||||
variables:
|
||||
- id: $$cap_cockpit_version
|
||||
label: cockpit version tag
|
||||
description: Check out their docker page for the valid tags @ https://hub.docker.com/r/agentejo/cockpit/tags
|
||||
defaultValue: 0.9.3
|
||||
- id: $$cap_COCKPIT_VERSION
|
||||
label: Version
|
||||
description: Check out their Docker page for the valid tags https://hub.docker.com/r/cockpithq/cockpit/tags
|
||||
defaultValue: 2.5.2
|
||||
instructions:
|
||||
start: Cockpit is Simple Content Platform to manage any structured content. A self-hosted headless and API-driven CMS.
|
||||
start: >-
|
||||
Cockpit is a self-hosted, flexible and user-friendly headless content platform for creating custom digital experiences.
|
||||
end: >-
|
||||
Cockpit is deployed and available as $$cap_appname.
|
||||
|
||||
IMPORTANT: Navigate to /install to finish the installation and to create an admin user!
|
||||
Cockpit has been successfully deployed! It might take few moments before it's fully started.
|
||||
Navigate to `http://$$cap_appname.$$cap_root_domain/install` to finish the installation.
|
||||
displayName: Cockpit
|
||||
isOfficial: true
|
||||
description: Cockpit is Simple Content Platform to manage any structured content. A self-hosted headless and API-driven CMS.
|
||||
documentation: Read the documentation @ https://github.com/agentejo/cockpit-docker
|
||||
description: Headless Content Platform
|
||||
documentation: https://github.com/Cockpit-HQ/Cockpit
|
||||
|
|
|
|||
Loading…
Reference in New Issue