23 lines
947 B
YAML
23 lines
947 B
YAML
captainVersion: 4
|
|
services:
|
|
$$cap_appname:
|
|
image: cockpithq/cockpit:core-$$cap_COCKPIT_VERSION
|
|
volumes:
|
|
- $$cap_appname:/var/www/html
|
|
caproverOneClickApp:
|
|
variables:
|
|
- 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 a self-hosted, flexible and user-friendly headless content platform for creating custom digital experiences.
|
|
end: >-
|
|
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: Headless Content Platform
|
|
documentation: https://github.com/Cockpit-HQ/Cockpit
|