Fixed build

This commit is contained in:
Kasra Bigdeli
2020-08-16 19:40:55 -04:00
parent 723ca5cca5
commit 83103a1809
306 changed files with 6989 additions and 6502 deletions

View File

@@ -1,38 +0,0 @@
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/