From d32335de1bb208e9e9e54f6246a82df53fed0252 Mon Sep 17 00:00:00 2001 From: Mathieu Sanchez Date: Mon, 8 Apr 2019 14:23:46 +0900 Subject: [PATCH] Gitlab, portainer, mongodb, nginx et jenkins working --- docker/install-gitlab.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/install-gitlab.sh b/docker/install-gitlab.sh index dc4c148..a7782b5 100755 --- a/docker/install-gitlab.sh +++ b/docker/install-gitlab.sh @@ -1,6 +1,3 @@ -# --env GITLAB_OMNIBUS_CONFIG="external_url 'https://gitla.teksatcau.fr/';gitlab_rails['gitlab_shell_ssh_port'] = 2201; nginx['ssl_certificate'] = '/etc/gitlab/ssl/gitlab.c2a-systeme.fr.crt'; nginx['ssl_certificate_key'] = '/etc/gitlab/ssl/gitlab.c2a-systeme.fr.key'" \ -# --volume /etc/letsencrypt/live/gitla.teksatcau.fr/cert.pem:/etc/gitlab/ssl/gitlab.c2a-systeme.fr.crt \ -# --volume /etc/letsencrypt/live/gitla.teksatcau.fr/privkey.pem:/etc/gitlab/ssl/gitlab.c2a-systeme.fr.key \ docker run --detach \ --name gitlab \ --publish 8001:80 \