Uses HTTP only on backend
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
||||
{{- if .Values.TRAEFIK_HOST}}
|
||||
traefik.enable: true
|
||||
traefik.frontend.rule: Host:${TRAEFIK_HOST}
|
||||
traefik.port: "443"
|
||||
traefik.port: "80"
|
||||
traefik.frontend.entryPoints: http,https
|
||||
traefik.frontend.headers.forceSTSHeader: true
|
||||
traefik.frontend.headers.SSLRedirect: true
|
||||
@@ -27,7 +27,7 @@ services:
|
||||
traefik.enable: false
|
||||
{{- end}}
|
||||
ports:
|
||||
- "${WEB_PORT}:443"
|
||||
- "${WEB_PORT}:80"
|
||||
# - "${SSH_PORT}:22"
|
||||
restart: on-failure
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user