Removed ports, disabled SSH

This commit is contained in:
William Miceli
2019-02-06 19:58:26 -05:00
parent 9cbf475be5
commit 1d7581f621

View File

@@ -32,14 +32,11 @@ services:
traefik.web.port: "80" traefik.web.port: "80"
### End Web Segment ### End Web Segment
### Start SSH Segment ### Start SSH Segment
traefik.ssh.frontend.entryPoints: ssh # traefik.ssh.frontend.entryPoints: ssh
traefik.ssh.frontend.rule: Host:${TRAEFIK_HOST} # traefik.ssh.frontend.rule: Host:${TRAEFIK_HOST}
traefik.ssh.frontend.passHostHeader: true # traefik.ssh.frontend.passHostHeader: true
traefik.ssh.port: "22" # traefik.ssh.port: "22"
### End SSH Segment ### End SSH Segment
ports:
- "${WEB_PORT}:80"
- "1022:22"
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