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 f7ed8b0794f80b32ce9f660e85c491d6319a2895 Author: Andrés Maldonado <maldonado@codelutin.com> Date: Mon Jun 21 19:20:04 2021 +0200 Update postgres --- docker/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index eaa5605..246f4ae 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -61,7 +61,7 @@ services: # start_period: 3m database: - image: postgres:12.0-alpine + image: postgres:12-alpine environment: POSTGRES_DB: 'bow' POSTGRES_USER: 'dbuser' @@ -85,8 +85,8 @@ services: cpus: '0.02' memory: 50M healthcheck: - test: pg_isready -q || exit 1 - interval: 1m30s + test: pg_isready -q -d bow -U dbuser || exit 1 + interval: 10s timeout: 10s retries: 3 start_period: 3m -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.