docker-compose: break worker/web dependency

this results in constantly recreating/restarting the worker when it's
really not necessary for web config changes

Signed-off-by: Alex Suraci <asuraci@pivotal.io>
This commit is contained in:
Alex Suraci 2020-06-19 10:49:51 -04:00
parent fd5e8b6a4d
commit 3a5690d3bb
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ services:
image: concourse/concourse:local
command: worker
privileged: true
depends_on: [web]
ports:
- 7777:7777
- 7788:7788