Commit 0ef0a13a authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Expone puerto HTTP de gitab-ce

parent 50aa2013
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ GITLAB_DOMAIN=redmic.net
GITLAB_SUBDOMAIN=git
GITLAB_REGISTRY_SUBDOMAIN=registry
GITLAB_SSH_PORT=2022
GITLAB_HTTP_PORT=2080
GITLAB_HTTPS_PORT=2443
AWS_REGION=region
AWS_ACCESS_KEY_ID=id
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ services:
    restart: on-failure:3
    ports:
      - "${GITLAB_SSH_PORT}:22"
      - "${GITLAB_HTTP_PORT}:80"
      - "${GITLAB_HTTPS_PORT}:443"
    environment:
      GITLAB_OMNIBUS_CONFIG: |