This commit is contained in:
Maieul BOYER 2025-12-19 14:37:21 +01:00
parent 2299294f0e
commit d5278274ea
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
# By: nrobinso <nrobinso@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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)