mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Remove 443 Port from nginx
This commit is contained in:
parent
fac06310c2
commit
4d17bacfb7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user