diff --git a/templates/Ghost/0/docker-compose.yml b/templates/Ghost/0/docker-compose.yml index 9594ad4..35cf0b7 100644 --- a/templates/Ghost/0/docker-compose.yml +++ b/templates/Ghost/0/docker-compose.yml @@ -8,5 +8,9 @@ services: {{- if (.Values.HOST_LABEL)}} io.rancher.scheduler.affinity:host_label: ${HOST_LABEL} {{- end}} + traefik.enable: true + traefik.frontend.rule: Host:blog.williammiceli.me + traefik.port: "2368" + traefik.frontend.entryPoints: https ports: - "${WEB_PORT}:2368" \ No newline at end of file