From aa2d2662ee26d5cb72e186b8b956dcbe4cd34b7c Mon Sep 17 00:00:00 2001 From: GauthierWebDev Date: Mon, 21 Apr 2025 18:11:45 +0200 Subject: [PATCH] feat: Add restart policy to production compose file --- compose.prod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.prod.yml b/compose.prod.yml index 5ecf46b..0fa539c 100644 --- a/compose.prod.yml +++ b/compose.prod.yml @@ -10,3 +10,4 @@ services: - NODE_ENV=production ports: - "${PORT}:${PORT}" + restart: unless-stopped