mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05: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
|
- 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user