From 41c30c5e00ad3c3b4c21a3626f456ea4bebaf828 Mon Sep 17 00:00:00 2001 From: Sebastian Pozoga Date: Sun, 14 Oct 2018 20:23:11 +0200 Subject: [PATCH] correct APP_HOST --- .../templates/services/cicdservice/docker-compose.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goat/build/templates/services/cicdservice/docker-compose.yaml.tmpl b/.goat/build/templates/services/cicdservice/docker-compose.yaml.tmpl index 1c1cd23..3a12bd8 100644 --- a/.goat/build/templates/services/cicdservice/docker-compose.yaml.tmpl +++ b/.goat/build/templates/services/cicdservice/docker-compose.yaml.tmpl @@ -14,7 +14,7 @@ services: environment: - "TZ=Europe/Warsaw" - "MODE=HTTPS" - - "APP_HOST=localhost" + - "APP_HOST={{index $ctx.Properties.Project "cicd.host"}}" - "APP_BASE_URL=https://{{index $ctx.Properties.Project "cicd.host"}}" - "OAUTH_GITHUB_APP={{index $ctx.Properties.Secrets "oauth.github.app"}}" - "OAUTH_GITHUB_SECRET={{index $ctx.Properties.Secrets "oauth.github.secret"}}"