mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 11:33:08 +00:00
Update Gitlab container options
This commit is contained in:
parent
ee1fde0142
commit
d0c1b62845
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue