Add location for DockerContainerPool to config example
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user