Skip to content

Commit

Permalink
Ensure containers are always running
Browse files Browse the repository at this point in the history
  • Loading branch information
Era-Dorta committed Jan 4, 2025
1 parent 5071d26 commit 32a817d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
interval: 30s # Check every 30 seconds
retries: 5 # Try a maximum of 5 times
timeout: 1s # If the curl commands takes more than 1 second to return, it is considered a failure
restart: always
signalblast:
image: "eradorta/signalblast:$DOCKER_TAG"
build:
Expand All @@ -30,3 +31,4 @@ services:
depends_on:
signal-cli-rest-api:
condition: service_healthy
restart: always

0 comments on commit 32a817d

Please sign in to comment.