sparkyfitness: v0.17.2 -> v0.17.3 (server + web)

Campaign 7 catalog sweep.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Nn3VgQk9iwEGgyx6QJ2NvE
This commit is contained in:
2026-07-18 23:27:05 +02:00
parent 507eb3f6dd
commit 712c760fc8
+2 -2
View File
@@ -42,7 +42,7 @@ services:
start_period: 20s start_period: 20s
sparkyfitness-server: sparkyfitness-server:
image: codewithcj/sparkyfitness_server:v0.17.2 image: codewithcj/sparkyfitness_server:v0.17.3
container_name: sparkyfitness-server container_name: sparkyfitness-server
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
@@ -85,7 +85,7 @@ services:
start_period: 120s start_period: 120s
sparkyfitness-frontend: 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 # 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 # 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. # felhom-app-catalog skill / REUSE.md probe-naming row.