Add location for DockerContainerPool to config example

This commit is contained in:
Sebastian Serth
2020-11-07 14:58:11 +01:00
parent 281d5a7146
commit d089fd91b7
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@ development:
workspace_root: <%= Rails.root.join('tmp', 'files', Rails.env) %>
pool:
active: true
location: http://localhost:3000
refill:
async: false
batch_size: 8
@ -26,6 +27,7 @@ production:
host: unix:///var/run/docker.sock
pool:
active: true
location: http://localhost:3000
refill:
async: false
batch_size: 8
@ -40,6 +42,7 @@ staging:
host: unix:///var/run/docker.sock
pool:
active: true
location: http://localhost:3000
refill:
async: false
batch_size: 8

View File

@ -13,6 +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)
workspace_root: <%= Rails.root.join('tmp', 'files', Rails.env) %>
pool:
location: http://localhost:3000
active: true
refill:
async: false
@ -26,6 +27,7 @@ production:
host: unix:///var/run/docker.sock
pool:
active: true
location: http://localhost:3000
refill:
async: false
batch_size: 8
@ -40,6 +42,7 @@ staging:
host: unix:///var/run/docker.sock
pool:
active: true
location: http://localhost:3000
refill:
async: false
batch_size: 8