Skip to content

Commit

Permalink
debug sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
davegarvey committed Aug 5, 2024
1 parent 4bc9ad5 commit 28c7b9c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deployments/tyk/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,11 @@ log_ok
bootstrap_progress

log_message "Recreating containers to load new certificates"
eval $(generate_docker_compose_command) up -d --no-deps --force-recreate tyk-dashboard tyk-gateway tyk-gateway-2
sleep 3
eval $(generate_docker_compose_command) up -d --no-deps --force-recreate tyk-dashboard
sleep 3
eval $(generate_docker_compose_command) up -d --no-deps --force-recreate tyk-gateway tyk-gateway-2
sleep 3
log_ok

log_message "Wait for services to be available after restart"
Expand Down

0 comments on commit 28c7b9c

Please sign in to comment.