From 1d7581f6211f26f16dcb5c810f64904da0af6402 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@users.noreply.git.williammiceli.systems> Date: Wed, 6 Feb 2019 19:58:26 -0500 Subject: [PATCH] Removed ports, disabled SSH --- templates/GitLab/0/docker-compose.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/templates/GitLab/0/docker-compose.yml b/templates/GitLab/0/docker-compose.yml index 4c68746..fd6abf1 100644 --- a/templates/GitLab/0/docker-compose.yml +++ b/templates/GitLab/0/docker-compose.yml @@ -32,14 +32,11 @@ services: traefik.web.port: "80" ### End Web Segment ### Start SSH Segment - traefik.ssh.frontend.entryPoints: ssh - traefik.ssh.frontend.rule: Host:${TRAEFIK_HOST} - traefik.ssh.frontend.passHostHeader: true - traefik.ssh.port: "22" + # traefik.ssh.frontend.entryPoints: ssh + # traefik.ssh.frontend.rule: Host:${TRAEFIK_HOST} + # traefik.ssh.frontend.passHostHeader: true + # traefik.ssh.port: "22" ### End SSH Segment - ports: - - "${WEB_PORT}:80" - - "1022:22" restart: on-failure volumes: - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system