From d089fd91b70de5999efba554d3c3058efc5877ec Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sat, 7 Nov 2020 14:58:11 +0100 Subject: [PATCH] Add location for DockerContainerPool to config example --- config/docker.yml.erb.example | 3 +++ config/docker.yml.erb.travis | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/docker.yml.erb.example b/config/docker.yml.erb.example index a5b0d7e4..3662025e 100644 --- a/config/docker.yml.erb.example +++ b/config/docker.yml.erb.example @@ -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 diff --git a/config/docker.yml.erb.travis b/config/docker.yml.erb.travis index a5b0d7e4..da8e5919 100644 --- a/config/docker.yml.erb.travis +++ b/config/docker.yml.erb.travis @@ -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