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 571f75787e8e4fa6460fb9df2a4ca1e30236f07f Merge: dd337a2 cb1ea5b Author: Benjamin <poussin@codelutin.com> Date: Mon Dec 28 13:06:20 2020 +0100 Merge branch 'bow-v2-go' of gitlab.nuiton.org:chorem/bow into bow-v2-go docker/docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --cc docker/docker-compose.yml index 26d5e96,1afe0d5..fd661e8 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@@ -75,17 -39,23 +75,17 @@@ services reservations: cpus: '0.02' memory: 50M - healthcheck: - test: pg_isready -q -d ${POSTGRES_DB} -U ${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 - networks: - - traefik-net - - caddy - - default + postgres-exporter: + image: wrouesnel/postgres_exporter environment: - DATABASE_URL: 'postgres://dbuser:xxxxxxxx@database:5432/bow' - SECRET_KEY: $BOW_SECRET_KEY - BOW_PUBLIC_URL: https://bookmarks.cl + DATA_SOURCE_NAME: "postgres://dbuser:xxxxxxxx@database:5432/bow?sslmode=disable" logging: driver: 'json-file' options: -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.