Disable healthchecks for GitLab pages
Because of everything we have disabled, Docker considers the container unhealthy
This commit is contained in:
parent
8c4397d39a
commit
b47de7e70b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue