mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Add Code for ssl
This commit is contained in:
parent
f52d3eb42c
commit
04808dd11c
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
# Directories
|
||||
logs
|
||||
__pycache__
|
||||
certs
|
||||
|
@ -10,9 +10,11 @@ services:
|
||||
- node.role == manager
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
image: jwilder/nginx-proxy:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
# - ./certs:/etc/nginx/certs
|
||||
web:
|
||||
depends_on:
|
||||
- db
|
||||
|
Loading…
Reference in New Issue
Block a user