Back to port 80; added host ports for debugging

This commit is contained in:
WilliamMiceli
2019-05-21 19:25:29 -04:00
parent b3f33e06a8
commit 908c63843b

View File

@@ -42,10 +42,12 @@ services:
traefik.web.frontend.headers.STSSeconds: 15552000 traefik.web.frontend.headers.STSSeconds: 15552000
traefik.web.frontend.passHostHeader: true traefik.web.frontend.passHostHeader: true
traefik.web.frontend.rule: "Host:${TRAEFIK_HOST}" # HostRegexp:${TRAEFIK_HOST},{subdomain:.+}.${TRAEFIK_HOST} traefik.web.frontend.rule: "Host:${TRAEFIK_HOST}" # HostRegexp:${TRAEFIK_HOST},{subdomain:.+}.${TRAEFIK_HOST}
traefik.web.port: "443" traefik.web.port: "80"
### End Web Segment ### End Web Segment
links: links:
- mongo - mongo
ports:
- "80:80"
restart: on-failure restart: on-failure
volumes: volumes:
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system