diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 20:07:04 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-08-16 20:07:04 -0400 |
| commit | af172b6680583487bdeacf230d7abaf9b57f4811 (patch) | |
| tree | 799048031a312668a695314c14044abe9bda9ccd /public/v4/apps/portainer.yml | |
| parent | 0e70ec541e7441b71460db230975d4614473ed6d (diff) | |
| download | caprover-one-click-apps-af172b6680583487bdeacf230d7abaf9b57f4811.tar.gz caprover-one-click-apps-af172b6680583487bdeacf230d7abaf9b57f4811.zip | |
Formatter on V4
Diffstat (limited to 'public/v4/apps/portainer.yml')
| -rw-r--r-- | public/v4/apps/portainer.yml | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/public/v4/apps/portainer.yml b/public/v4/apps/portainer.yml index fb41cdc..1c114f8 100644 --- a/public/v4/apps/portainer.yml +++ b/public/v4/apps/portainer.yml @@ -1,32 +1,32 @@ 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" + $$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. + 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/ . + 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 . + 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/ + 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/ |
