Skip to content

Commit 1394aba

Browse files
committed
Cleaning up more prober code.
1 parent 0c39da8 commit 1394aba

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,7 @@ dcbuild:
171171
$(DOCKER_COMPOSE) build
172172

173173
dcup: .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

181177
dcdown:

docker-compose.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

9887
volumes:
9988
minio:

0 commit comments

Comments
 (0)