mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
add new port
This commit is contained in:
parent
d339499e77
commit
861a5060c0
@ -387,6 +387,7 @@ class ConfigStep(models.Model):
|
||||
exposed_ports = {
|
||||
build_port: 8069,
|
||||
build_port + 1: 8070,
|
||||
build_port + 2: 8888,
|
||||
}
|
||||
return dict(cmd=cmd, container_name=docker_name, exposed_ports=exposed_ports, ro_volumes=exports, env_variables=env_variables)
|
||||
|
||||
|
@ -79,6 +79,9 @@ server {
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
}
|
||||
location /runbot/ssh {
|
||||
proxy_pass http://127.0.0.1:8888;
|
||||
}
|
||||
}
|
||||
</t>
|
||||
server {
|
||||
|
Loading…
Reference in New Issue
Block a user