From 6c0aa87ea50c33d7217a7aec3bbeb26857f1b119 Mon Sep 17 00:00:00 2001 From: Rohit Darekar Date: Sat, 1 Aug 2026 22:29:58 +0530 Subject: [PATCH] added restart policy --- compose.prod.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.prod.yaml b/compose.prod.yaml index 59e713de4..6f7458186 100644 --- a/compose.prod.yaml +++ b/compose.prod.yaml @@ -68,6 +68,7 @@ services: # to repeat. postgres-init: image: "postgres@sha256:7ad98329d513dd497293b951c195ca354274a77f12ddbbbbf85e68a811823d72" + restart: "no" depends_on: postgres: condition: service_healthy