diff --git a/docker-compose.yaml b/docker-compose.yaml index 98b17e7..76c36e0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: @@ -30,3 +31,4 @@ services: depends_on: signal-cli-rest-api: condition: service_healthy + restart: always