OSDN Git Service

adds the port number to the TSA host setting of the worker service.
[metasearch/grid-chef-repo.git] / cookbooks / concourse-ci / attributes / default.rb
index 8bc9080..dfc39be 100644 (file)
@@ -167,7 +167,7 @@ version_1_config = {
       #"#{node['concourse-ci']['docker-compose']['worker_keys_dir']}:/concourse-keys",
     ],
     'environment' => {
-      'CONCOURSE_TSA_HOST' => 'concourse-web',
+      'CONCOURSE_TSA_HOST' => 'concourse-web:2222',
     },
   },
 }