diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 19:24:26 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-08-16 19:24:26 -0400 |
| commit | 43505a20e85a0f38f700e91e7456b33aa32224a1 (patch) | |
| tree | 3d3ab8ddbe5b022a1c838f7805c919c47a45f435 /public/v4/apps/portainer.yml | |
| parent | 2b5f8234fdb7557e0d25dbab974d85b6b347c94c (diff) | |
| download | caprover-one-click-apps-43505a20e85a0f38f700e91e7456b33aa32224a1.tar.gz caprover-one-click-apps-43505a20e85a0f38f700e91e7456b33aa32224a1.zip | |
migrated to v4
Diffstat (limited to 'public/v4/apps/portainer.yml')
| -rw-r--r-- | public/v4/apps/portainer.yml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/public/v4/apps/portainer.yml b/public/v4/apps/portainer.yml new file mode 100644 index 0000000..b560494 --- /dev/null +++ b/public/v4/apps/portainer.yml @@ -0,0 +1,36 @@ +captainVersion: 4 +services: + $$cap_appname: + image: portainer/portainer:$$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: 1.20.2 + description: Check out their Docker page for the valid tags + https://hub.docker.com/r/portainer/portainer/tags + validRegex: /^([^\s^\/])+$/ + 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/ . + + 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 as srv-captain--$$cap_appname:9000 to + other apps. + displayName: "" + 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/ |
