From a39b501d001f247241386a4f1778ec3044c2b6ee Mon Sep 17 00:00:00 2001 From: Arthur Date: Sun, 14 Sep 2025 00:01:22 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20directive=20de=20red=C3=A9mar?= =?UTF-8?q?rage=20pour=20le=20service=20app=20dans=20docker-compose.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index c37a291..d699f3e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,6 +7,7 @@ services: dockerfile: Dockerfile ports: - "${PORT:-3000}:${PORT:-3000}" # Map the container port to the host port + restart: unless-stopped environment: - NODE_ENV=${NODE_ENV:-production} - PORT=${PORT:-3000}