From a8d3a397687ad780fccf237a7fe348159057858c Mon Sep 17 00:00:00 2001 From: Ariq Pradipa Santoso <70847073+ariqpradipa@users.noreply.github.com> Date: Wed, 22 Oct 2025 07:05:53 +0700 Subject: [PATCH] Update templates/compose/sparkyfitness.yaml Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> --- templates/compose/sparkyfitness.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/compose/sparkyfitness.yaml b/templates/compose/sparkyfitness.yaml index 03739817a..f7449ce98 100644 --- a/templates/compose/sparkyfitness.yaml +++ b/templates/compose/sparkyfitness.yaml @@ -16,7 +16,6 @@ services: sparkyfitness-server: image: 'codewithcj/sparkyfitness_server:latest' - restart: always environment: SPARKY_FITNESS_LOG_LEVEL: '${SPARKY_FITNESS_LOG_LEVEL:-info}' SPARKY_FITNESS_DB_USER: '${SERVICE_USER_POSTGRES}'