File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -171,11 +171,7 @@ dcbuild:
171171 $(DOCKER_COMPOSE ) build
172172
173173dcup : .docker/minio .docker/postgres
174- # run all services except for cloudprober
175- $(DOCKER_COMPOSE ) up studio-app celery-worker
176-
177- dcup-cloudprober : .docker/minio .docker/postgres
178- # run all services including cloudprober
174+ # run all services
179175 $(DOCKER_COMPOSE ) up
180176
181177dcdown :
Original file line number Diff line number Diff line change @@ -83,17 +83,6 @@ services:
8383 redis :
8484 image : redis:6.0.9
8585
86- cloudprober :
87- << : *studio-worker
88- working_dir : /src/deploy
89- entrypoint : " "
90- # sleep 30 seconds allowing some time for the studio app to start up
91- command : ' /bin/bash -c "sleep 30 && /bin/cloudprober --config_file ./cloudprober.cfg"'
92- # wait until the main app and celery worker have started
93- depends_on :
94- - studio-app
95- - celery-worker
96-
9786
9887volumes :
9988 minio :
You can’t perform that action at this time.
0 commit comments