Skip to content

Commit

Permalink
remove docker compose health checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham4401 committed Aug 25, 2024
1 parent 8f57783 commit 19709bd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ services:
python manage.py migrate &&
python manage.py loaddata core_dev.yaml rcrasite_dev.yaml org_dev.yaml profile_dev.yaml &&
python manage.py runserver 0.0.0.0:8000"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/api/health/startup-probe/"]
interval: 30s
timeout: 20s
retries: 5
start_period: 10s
depends_on:
db:
condition: service_healthy
Expand Down Expand Up @@ -75,9 +69,6 @@ services:
HT_DB_HOST: db
HT_DB_PORT: ${HT_DB_PORT}
command: python manage.py celery_worker
# depends_on:
# trak:
# condition: service_healthy

celery-beat:
restart: unless-stopped
Expand All @@ -98,9 +89,6 @@ services:
HT_DB_HOST: db
HT_DB_PORT: ${HT_DB_PORT}
command: python manage.py celery_beat
# depends_on:
# trak:
# condition: service_healthy

db:
restart: unless-stopped
Expand Down

0 comments on commit 19709bd

Please sign in to comment.