Skip to content
Snippets Groups Projects
Commit 4d17bacf authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Remove 443 Port from nginx

parent fac06310
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment