🔥 Remove healthcheck until it is built into the image and can be tested

This commit is contained in:
Sebastián Ramírez 2020-05-28 08:44:53 +02:00 committed by Niclas Mietz
parent d4df3f312b
commit 9b612b8a07

View File

@ -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