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