Updated Configuration

This commit is contained in:
2019-05-03 17:04:28 +01:00
parent d552720642
commit 12f84245f8
3 changed files with 9 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ COPY docker/nginx.conf /etc/nginx/nginx.conf
COPY docker/web.conf /etc/nginx/conf.d/web.conf
LABEL traefik.backend=fluttershub_home
LABEL traefik.frontend.rule="Host:fluttershub.com"
LABEL traefik.frontend.rule="Host:${CI_COMMIT_REF_SLUG}fluttershub.com"
LABEL traefik.docker.network=web
LABEL traefik.frontend.redirect.entryPoint=https
LABEL traefik.enable=true