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/gitlab-ce.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/gitlab-ce.yml')
| -rw-r--r-- | public/v4/apps/gitlab-ce.yml | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/public/v4/apps/gitlab-ce.yml b/public/v4/apps/gitlab-ce.yml index f042756..a9889b5 100644 --- a/public/v4/apps/gitlab-ce.yml +++ b/public/v4/apps/gitlab-ce.yml @@ -1,47 +1,47 @@ captainVersion: 4 services: - $$cap_appname: - image: gitlab/gitlab-ce:$$cap_gitlab_version - volumes: - - "$$cap_appname-config: /etc/gitlab" - - "$$cap_appname-logs: /var/log/gitlab" - - "$$cap_appname-data: /var/opt/gitlab" - restart: always - environment: - GITLAB_OMNIBUS_CONFIG: $$cap_gitlab_omnibus_config - caproverExtra: - containerHttpPort: "80" + $$cap_appname: + image: gitlab/gitlab-ce:$$cap_gitlab_version + volumes: + - '$$cap_appname-config: /etc/gitlab' + - '$$cap_appname-logs: /var/log/gitlab' + - '$$cap_appname-data: /var/opt/gitlab' + restart: always + environment: + GITLAB_OMNIBUS_CONFIG: $$cap_gitlab_omnibus_config + caproverExtra: + containerHttpPort: '80' caproverOneClickApp: - variables: - - id: $$cap_gitlab_version - label: Gitlab-CE Version Tag - description: Check out their Docker page for the valid tags https://hub.docker.com/r/gitlab/gitlab-ce/tags - defaultValue: 11.9.8-ce.0 - validRegex: /^([^\s^\/])+$/ - - id: $$cap_gitlab_omnibus_config - label: Omnibus Config (Optional) - description: "More information here: https://docs.gitlab.com/omnibus/docker/#pre-configure-docker-container" - instructions: - start: >- - GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security. + variables: + - id: $$cap_gitlab_version + label: Gitlab-CE Version Tag + description: Check out their Docker page for the valid tags https://hub.docker.com/r/gitlab/gitlab-ce/tags + defaultValue: 11.9.8-ce.0 + validRegex: /^([^\s^\/])+$/ + - id: $$cap_gitlab_omnibus_config + label: Omnibus Config (Optional) + description: 'More information here: https://docs.gitlab.com/omnibus/docker/#pre-configure-docker-container' + instructions: + start: >- + GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security. - More about this container: - https://hub.docker.com/r/gitlab/gitlab-ce/ + More about this container: + https://hub.docker.com/r/gitlab/gitlab-ce/ - Hardware and Software requeriments can be found here: - https://docs.gitlab.com/ce/install/requirements.html + Hardware and Software requeriments can be found here: + https://docs.gitlab.com/ce/install/requirements.html - For security reasons, no port mapping is created, those can be created after deploying the app. - More information about Caprover's Firewall & Port Forwarding and configuration can be found here: - https://caprover.com/docs/firewall.html + For security reasons, no port mapping is created, those can be created after deploying the app. + More information about Caprover's Firewall & Port Forwarding and configuration can be found here: + https://caprover.com/docs/firewall.html - More information about gitlab's docker configuration can be found here: - https://docs.gitlab.com/omnibus/docker/#configure-gitlab + More information about gitlab's docker configuration can be found here: + https://docs.gitlab.com/omnibus/docker/#configure-gitlab - It can take some time (2-3 minutes) for the service to launch in a new container. Check the "Deployment" tab logs to determine once GitLab is ready. - end: Gitlab-CE is deployed and available as srv-captain--$$cap_appname:80 to other apps. - displayName: Gitlab (CE) - isOfficial: true - description: CE version of GitLab for CI/CD pipeline - documentation: Taken from https://docs.gitlab.com/omnibus/docker/ + It can take some time (2-3 minutes) for the service to launch in a new container. Check the "Deployment" tab logs to determine once GitLab is ready. + end: Gitlab-CE is deployed and available as srv-captain--$$cap_appname:80 to other apps. + displayName: Gitlab (CE) + isOfficial: true + description: CE version of GitLab for CI/CD pipeline + documentation: Taken from https://docs.gitlab.com/omnibus/docker/ |
