Skip to content

Commit

Permalink
fix: Fix Docker Compose healthcheck (#5198)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato authored Mar 7, 2025
1 parent 0fed1d6 commit 5f611b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,5 @@ services:
DATABASE_URL: postgresql://postgres:password@postgres:5432/flagsmith
USE_POSTGRES_FOR_ANALYTICS: 'true'
depends_on:
flagsmith:
condition: service_healthy
- flagsmith
command: run-task-processor

0 comments on commit 5f611b5

Please sign in to comment.