Skip to content

Commit

Permalink
chore(stack): add disable healthcheck to migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Sep 5, 2023
1 parent b31b158 commit 2adbef5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ services:
condition: on-failure
delay: 30s
max_attempts: 30
healthcheck:
disable: true
test: "exit 0"

redis:
image: bitnami/redis:latest
Expand Down

0 comments on commit 2adbef5

Please sign in to comment.