mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-01 18:30:34 +00:00
Make this ting scaleable
This commit is contained in:
@ -14,16 +14,14 @@ services:
|
||||
image: jwilder/nginx-proxy:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
- ./my_proxy.conf:/etc/nginx/conf.d/my_proxy.conf:ro
|
||||
- ./nginx-proxy/vhost.d:/etc/nginx/vhost.d:ro
|
||||
# - ./certs:/etc/nginx/certs
|
||||
web:
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.role == manager
|
||||
replicas: 25
|
||||
environment:
|
||||
- VIRTUAL_HOST=nopaque.localhost,129.70.216.233
|
||||
env_file: nopaque.env
|
||||
|
Reference in New Issue
Block a user