DCP: Move pool location to code_ocean.yml

This commit is contained in:
Sebastian Serth
2021-10-31 01:00:59 +02:00
parent 7bb2ef8588
commit 6209e25ee2
4 changed files with 14 additions and 17 deletions

View File

@ -3,7 +3,6 @@ default: &default
connection_timeout: 3
pool:
active: false
location: http://localhost:7100
ports: !ruby/range 4500..4600
development:
@ -13,7 +12,6 @@ development:
workspace_root: <%= Rails.root.join('tmp', 'files', Rails.env) %>
pool:
active: true
location: http://localhost:7100
refill:
async: false
batch_size: 8
@ -26,7 +24,6 @@ production:
host: unix:///var/run/docker.sock
pool:
active: true
location: http://localhost:7100
refill:
async: false
batch_size: 8
@ -40,7 +37,6 @@ staging:
host: unix:///var/run/docker.sock
pool:
active: true
location: http://localhost:7100
refill:
async: false
batch_size: 8