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
|
captainVersion: 4
|
||||||
services:
|
services:
|
||||||
$$cap_appname:
|
$$cap_appname:
|
||||||
image: agentejo/cockpit:$$cap_cockpit_version
|
image: cockpithq/cockpit:core-$$cap_COCKPIT_VERSION
|
||||||
volumes:
|
volumes:
|
||||||
- $$cap_appname-storage:/var/www/html/storage
|
- $$cap_appname:/var/www/html
|
||||||
restart: always
|
|
||||||
caproverOneClickApp:
|
caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- id: $$cap_cockpit_version
|
- id: $$cap_COCKPIT_VERSION
|
||||||
label: cockpit version tag
|
label: Version
|
||||||
description: Check out their docker page for the valid tags @ https://hub.docker.com/r/agentejo/cockpit/tags
|
description: Check out their Docker page for the valid tags https://hub.docker.com/r/cockpithq/cockpit/tags
|
||||||
defaultValue: 0.9.3
|
defaultValue: 2.5.2
|
||||||
instructions:
|
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: >-
|
end: >-
|
||||||
Cockpit is deployed and available as $$cap_appname.
|
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.
|
||||||
IMPORTANT: Navigate to /install to finish the installation and to create an admin user!
|
|
||||||
displayName: Cockpit
|
displayName: Cockpit
|
||||||
isOfficial: true
|
isOfficial: true
|
||||||
description: Cockpit is Simple Content Platform to manage any structured content. A self-hosted headless and API-driven CMS.
|
description: Headless Content Platform
|
||||||
documentation: Read the documentation @ https://github.com/agentejo/cockpit-docker
|
documentation: https://github.com/Cockpit-HQ/Cockpit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue