mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
🔥 Remove healthcheck until it is built into the image and can be tested
This commit is contained in:
parent
d4df3f312b
commit
9b612b8a07
@ -76,12 +76,12 @@ services:
|
||||
volumes:
|
||||
- gitlab-data:/home/git/data:Z
|
||||
- certs-data:/certs
|
||||
healthcheck:
|
||||
test: ["CMD", "/usr/local/sbin/healthcheck"]
|
||||
interval: 5m
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 5m
|
||||
# healthcheck:
|
||||
# test: ["CMD", "/usr/local/sbin/healthcheck"]
|
||||
# interval: 5m
|
||||
# timeout: 10s
|
||||
# retries: 3
|
||||
# start_period: 5m
|
||||
networks:
|
||||
# To communicate with other services in this stack
|
||||
- default
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user