From d5278274ea34aeee2e436a7c034e0cffa88e54ab Mon Sep 17 00:00:00 2001 From: Maieul BOYER Date: Fri, 19 Dec 2025 14:37:21 +0100 Subject: [PATCH] yes --- Docker.mk | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Docker.mk b/Docker.mk index 1ea71bb..5f6efcb 100644 --- a/Docker.mk +++ b/Docker.mk @@ -6,7 +6,7 @@ # By: nrobinso +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/06/11 18:10:26 by maiboyer #+# #+# # -# Updated: 2025/12/19 09:19:02 by nrobinso ### ########.fr # +# Updated: 2025/12/19 14:33:21 by maiboyer ### ########.fr # # # # **************************************************************************** # @@ -14,12 +14,13 @@ # TODO: REMOVE THIS BEFORE LAUNCH # this allows the us to only start the non-monitoring sercices -# DOCKER_SERVICE= -# auth \ -# chat \ -# frontend \ -# nginx \ -# user \ +DOCKER_SERVICE= \ + auth \ + chat \ + frontend \ + nginx \ + user \ + all: build docker compose up -d $(DOCKER_SERVICE)