This commit is contained in:
WilliamMiceli
2019-09-17 20:36:30 -04:00
parent 2074e406ab
commit fc411baa52

View File

@@ -30,9 +30,9 @@ services:
# traefik.frontend.rule: Host:${TRAEFIK_HOST} # traefik.frontend.rule: Host:${TRAEFIK_HOST}
# traefik.port: "80" # traefik.port: "80"
### End Joomla Segment ### End Joomla Segment
# Might need to include $${service_name} too # Might need to include {{.Environment.Name}} too at some point
traefik.http.routers.{{.Stack.Name}}.rule: "Host('${TRAEFIK_HOST}')" traefik.http.routers.{{.Stack.Name}}.rule: "Host('${TRAEFIK_HOST}')"
traefik.http.routers.{{.Stack.Name}}.entrypoints: "['http','https']" traefik.http.routers.{{.Stack.Name}}.entrypoints: "https"
traefik.http.routers.{{.Stack.Name}}.tls.certresolver: "letsencrypt" traefik.http.routers.{{.Stack.Name}}.tls.certresolver: "letsencrypt"
links: links:
- mysql - mysql