blob: 32738fddec62c6f5748f789e39e6aac45d96e5c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
captainVersion: 4
services:
$$cap_appname:
image: portainer/portainer-$$cap_portainer_edition:$$cap_portainer_version
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- $$cap_appname-data:/data
restart: always
caproverExtra:
containerHttpPort: '9000'
caproverOneClickApp:
variables:
- id: $$cap_portainer_version
label: Portainer Version
defaultValue: 2.16.2
description: Check out their Docker page for the valid tags https://hub.docker.com/r/portainer/portainer-ce/tags
validRegex: /^([^\s^\/])+$/
- id: $$cap_portainer_edition
label: Portainer Edition
defaultValue: 'ce'
description: 'Community edition (ce) or Enterprise edition (ee)'
validRegex: /^(?:ce|ee)$/
instructions:
start: >-
Portainer is a lightweight management UI which allows you to easily manage your Docker host or Swarm cluster.
More information about this container can be found here:
https://hub.docker.com/r/portainer/portainer-ce/ .
After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 9000 to other CapRover apps .
Enter your portainer Configuration parameters and click on next. It will take about a minute for the process to finish.
end: Portainer is deployed and available. The next step is to turn on Websocket Support and use the local connection option via websockets from the Portainer user interface.
displayName: 'Portainer'
isOfficial: true
description: Portainer is a lightweight management UI which allows you to easily manage your different Docker environments
documentation: Taken from https://hub.docker.com/r/portainer/portainer-ce/
|