Commit 37cb96a6 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Omite config y mapeo de puerto de Unicorn

parent 7c75a6ce
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ GITLAB_SUBDOMAIN=git
GITLAB_REGISTRY_SUBDOMAIN=registry
GITLAB_SSH_PORT=2022
GITLAB_HTTP_PORT=2080
GITLAB_UNICORN_PORT=8088
AWS_REGION=region
AWS_ACCESS_KEY_ID=id
AWS_SECRET_ACCESS_KEY=secret
+0 −3
Original line number Diff line number Diff line
@@ -9,9 +9,6 @@ services:
      - target: 80
        published: ${GITLAB_HTTP_PORT}
        mode: host
      - target: ${GITLAB_UNICORN_PORT}
        published: ${GITLAB_UNICORN_PORT}
        mode: host
    secrets:
      - source: authorized_keys_proxy
        target: /gitlab-data/ssh/authorized_keys
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ services:
        gitlab_rails['smtp_authentication'] = "plain"
        gitlab_rails['smtp_enable_starttls_auto'] = true
        gitlab_rails['smtp_tls'] = false
        unicorn['port'] = '${GITLAB_UNICORN_PORT}'
    networks:
      - gitlab-net
      - traefik-net