Disable healthchecks for GitLab pages

Because of everything we have disabled, Docker considers the container unhealthy
This commit is contained in:
Jake Howard 2020-09-05 23:08:58 +01:00
parent 8c4397d39a
commit b47de7e70b
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -17,6 +17,8 @@ services:
- ./pages:/var/opt/gitlab/gitlab-rails/shared/pages
tmpfs:
- /var/log/gitlab
healthcheck:
disable: true
restart: unless-stopped
labels:
- traefik.enable=true