Update Gitlab container options

This commit is contained in:
David Stephens 2020-02-07 22:41:21 +00:00
parent ee1fde0142
commit d0c1b62845

View file

@ -41,8 +41,7 @@
- "{{ gitlab_port_https }}:443" - "{{ gitlab_port_https }}:443"
- "{{ gitlab_port_ssh }}:22" - "{{ gitlab_port_ssh }}:22"
hostname: "gitlab.{{ ansible_nas_domain }}" hostname: "gitlab.{{ ansible_nas_domain }}"
restart_policy: always restart_policy: unless-stopped
detach: yes
memory: 4g memory: 4g
labels: labels:
traefik.backend: "gitlab" traefik.backend: "gitlab"