Remove 443 Port from nginx

This commit is contained in:
Patrick Jentsch 2020-01-10 10:17:47 +01:00
parent fac06310c2
commit 4d17bacfb7

View File

@ -10,7 +10,7 @@ services:
- node.role == manager - node.role == manager
ports: ports:
- "80:80" - "80:80"
- "443:443" # - "443:443"
image: jwilder/nginx-proxy:latest image: jwilder/nginx-proxy:latest
volumes: volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro - /var/run/docker.sock:/tmp/docker.sock:ro
@ -24,7 +24,7 @@ services:
constraints: constraints:
- node.role == manager - node.role == manager
environment: environment:
- VIRTUAL_HOST=nopaque.localhost - VIRTUAL_HOST=nopaque.localhost,129.70.216.233
env_file: nopaque.env env_file: nopaque.env
image: gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/opaque:development image: gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/opaque:development
volumes: volumes: