This is an automated email from the git hooks/post-receive script. New commit to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git commit cb1ea5b38e8bd63869cb3445e2d1700b98adff2c Author: Benjamin Poussin <poussin@codelutin.com> Date: Fri Aug 21 18:44:30 2020 +0200 fix healthcheck indentation --- docker/docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 5923344..1afe0d5 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -39,12 +39,12 @@ services: reservations: cpus: '0.02' memory: 50M - healthcheck: - test: pg_isready -q -d $${empty_var}{POSTGRES_DB} -U $${empty_var}{POSTGRES_USER} || exit 1 - interval: 1m30s - timeout: 10s - retries: 3 - start_period: 3m + healthcheck: + test: pg_isready -q || exit 1 + interval: 1m30s + timeout: 10s + retries: 3 + start_period: 3m bow: image: registry.nuiton.org/chorem/bow:$CI_COMMIT_REF_SLUG -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.