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 13fdcbdc86ebe1223e4eec7c6a5b7a9d076c9a32 Author: Andrés Maldonado <amaldona@etu.utc.fr> Date: Mon Aug 17 18:25:46 2020 +0200 Ajout Caddy https://gitlab.nuiton.org/codelutin/admsys/infra/issues/9 Signed-off-by: Benjamin <poussin@codelutin.com> --- docker/docker-compose.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index f03e596..bf85337 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -3,6 +3,8 @@ version: '3.7' networks: traefik-net: external: true + caddy: + external: true volumes: postgresql_data: @@ -43,6 +45,7 @@ services: image: registry.nuiton.org/chorem/bow:$CI_COMMIT_REF_SLUG networks: - traefik-net + - caddy - default environment: DATABASE_URL: 'postgres://dbuser:xxxxxxxx@database:5432/bow' @@ -71,3 +74,5 @@ services: - traefik.http.routers.bow.entrypoints=https - traefik.http.routers.bow.tls=true - traefik.http.routers.bow.tls.certresolver=codelutin + - caddy=bookmarks.cl + - caddy.reverse_proxy="{{upstreams 8000}}" -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.