Port back commits from blender-devops #1
					 1 changed files with 12 additions and 1 deletions
				
			
		|  | @ -18,7 +18,7 @@ services: | ||||||
|         - CMD |         - CMD | ||||||
|         - curl |         - curl | ||||||
|         - '-f' |         - '-f' | ||||||
|         - 'http://127.0.0.1:8010' |         - 'http://localhost:$${BUILDBOT_WEB_PORT}' | ||||||
|       interval: 2s |       interval: 2s | ||||||
|       timeout: 10s |       timeout: 10s | ||||||
|       retries: 15 |       retries: 15 | ||||||
|  | @ -50,3 +50,14 @@ services: | ||||||
|       - 'WORKERNAME=${WORKERNAME:-example-worker}' |       - 'WORKERNAME=${WORKERNAME:-example-worker}' | ||||||
|       - 'WORKERPASS=${WORKERPASS:-pass}' |       - 'WORKERPASS=${WORKERPASS:-pass}' | ||||||
|       - 'WORKER_ENVIRONMENT_BLACKLIST=${WORKER_ENVIRONMENT_BLACKLIST:-DOCKER_BUILDBOT* BUILDBOT_ENV_* BUILDBOT_1* WORKER_ENVIRONMENT_BLACKLIST}' |       - 'WORKER_ENVIRONMENT_BLACKLIST=${WORKER_ENVIRONMENT_BLACKLIST:-DOCKER_BUILDBOT* BUILDBOT_ENV_* BUILDBOT_1* WORKER_ENVIRONMENT_BLACKLIST}' | ||||||
|  |     healthcheck: | ||||||
|  |       test: | ||||||
|  |         - CMD | ||||||
|  |         - curl | ||||||
|  |         - '-f' | ||||||
|  |         - 'http://$${BUILDMASTER}:$${BUILDMASTER_PORT}' | ||||||
|  |       interval: 5s | ||||||
|  |       timeout: 20s | ||||||
|  |       retries: 10 | ||||||
|  | volumes: | ||||||
|  |   buildbot-db: {} | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue