branch bow-v2-go updated (d332ef4 -> f7ed8b0)
This is an automated email from the git hooks/post-receive script. New change to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git from d332ef4 ajout des groupes et des invitations (todo: probleme de droit) new f7ed8b0 Update postgres The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit f7ed8b0794f80b32ce9f660e85c491d6319a2895 Author: Andrés Maldonado <maldonado@codelutin.com> Date: Mon Jun 21 19:20:04 2021 +0200 Update postgres Summary of changes: docker/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm