diff --git a/templates/sparkyfitness/docker-compose.yml b/templates/sparkyfitness/docker-compose.yml index 2f484cd..e9fc510 100644 --- a/templates/sparkyfitness/docker-compose.yml +++ b/templates/sparkyfitness/docker-compose.yml @@ -42,7 +42,7 @@ services: start_period: 20s sparkyfitness-server: - image: codewithcj/sparkyfitness_server:v0.17.2 + image: codewithcj/sparkyfitness_server:v0.17.3 container_name: sparkyfitness-server restart: unless-stopped depends_on: @@ -85,7 +85,7 @@ services: start_period: 120s sparkyfitness-frontend: - image: codewithcj/sparkyfitness:v0.17.2 + image: codewithcj/sparkyfitness:v0.17.3 # container_name = the stack name EXACTLY: the controller-side health probe dials the container # named like the stack (fallback = FIRST prefix match, which here could be the DB) — see the # felhom-app-catalog skill / REUSE.md probe-naming row.