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