Change dev ports to DockerContainerPool to 7100
This commit is contained in:
@ -3,7 +3,7 @@ default: &default
|
|||||||
connection_timeout: 3
|
connection_timeout: 3
|
||||||
pool:
|
pool:
|
||||||
active: false
|
active: false
|
||||||
location: http://localhost:3000
|
location: http://localhost:7100
|
||||||
ports: !ruby/range 4500..4600
|
ports: !ruby/range 4500..4600
|
||||||
|
|
||||||
development:
|
development:
|
||||||
@ -13,7 +13,7 @@ development:
|
|||||||
ws_client_protocol: 'ws:' #set the websocket protocol to be used by the client to connect to the rails server (ws on development, wss on production)
|
ws_client_protocol: 'ws:' #set the websocket protocol to be used by the client to connect to the rails server (ws on development, wss on production)
|
||||||
workspace_root: <%= Rails.root.join('tmp', 'files', Rails.env) %>
|
workspace_root: <%= Rails.root.join('tmp', 'files', Rails.env) %>
|
||||||
pool:
|
pool:
|
||||||
location: http://localhost:3000
|
location: http://localhost:7100
|
||||||
active: true
|
active: true
|
||||||
refill:
|
refill:
|
||||||
async: false
|
async: false
|
||||||
|
@ -3,7 +3,7 @@ default: &default
|
|||||||
connection_timeout: 3
|
connection_timeout: 3
|
||||||
pool:
|
pool:
|
||||||
active: false
|
active: false
|
||||||
location: http://localhost:3000
|
location: http://localhost:7100
|
||||||
ports: !ruby/range 4500..4600
|
ports: !ruby/range 4500..4600
|
||||||
|
|
||||||
development:
|
development:
|
||||||
@ -14,7 +14,7 @@ development:
|
|||||||
workspace_root: <%= Rails.root.join('tmp', 'files', Rails.env) %>
|
workspace_root: <%= Rails.root.join('tmp', 'files', Rails.env) %>
|
||||||
pool:
|
pool:
|
||||||
active: true
|
active: true
|
||||||
location: http://localhost:3100
|
location: http://localhost:7100
|
||||||
refill:
|
refill:
|
||||||
async: false
|
async: false
|
||||||
batch_size: 8
|
batch_size: 8
|
||||||
|
@ -35,7 +35,7 @@ You can [configure vagrant as remote interpreter in RubyMine](https://www.jetbra
|
|||||||
```bash
|
```bash
|
||||||
vagrant ssh
|
vagrant ssh
|
||||||
cd /home/vagrant/dockercontainerpool
|
cd /home/vagrant/dockercontainerpool
|
||||||
rails s -p 3100
|
rails s -p 7100
|
||||||
|
|
||||||
# using another ssh session
|
# using another ssh session
|
||||||
cd /home/vagrant/codeocean
|
cd /home/vagrant/codeocean
|
||||||
|
Reference in New Issue
Block a user