blob: 7a2d2f2eea57343358d9965b055fb86306e84a16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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
|