Loading docker-compose-dev.yml +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ services: #- DJANGO_PUBLIC_HTTP_HOST=http://localhost:8080 ports: - "8080:8080" - "7000-7005:7000-7005" - "7000-7020:7000-7020" volumes: - ./data_rosetta/webapp/data:/data - ./data_rosetta/webapp/log:/var/log/webapp Loading services/webapp/code/rosetta/core_app/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -507,7 +507,7 @@ def setup_tunnel(task): if other_task.tunnel_port and not other_task.status in [TaskStatuses.exited, TaskStatuses.stopped]: allocated_tunnel_ports.append(other_task.tunnel_port) for port in range(7000, 7006): for port in range(7000, 7021): if not port in allocated_tunnel_ports: tunnel_port = port break Loading Loading
docker-compose-dev.yml +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ services: #- DJANGO_PUBLIC_HTTP_HOST=http://localhost:8080 ports: - "8080:8080" - "7000-7005:7000-7005" - "7000-7020:7000-7020" volumes: - ./data_rosetta/webapp/data:/data - ./data_rosetta/webapp/log:/var/log/webapp Loading
services/webapp/code/rosetta/core_app/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -507,7 +507,7 @@ def setup_tunnel(task): if other_task.tunnel_port and not other_task.status in [TaskStatuses.exited, TaskStatuses.stopped]: allocated_tunnel_ports.append(other_task.tunnel_port) for port in range(7000, 7006): for port in range(7000, 7021): if not port in allocated_tunnel_ports: tunnel_port = port break Loading