yes
This commit is contained in:
parent
2299294f0e
commit
d5278274ea
1 changed files with 8 additions and 7 deletions
15
Docker.mk
15
Docker.mk
|
|
@ -6,7 +6,7 @@
|
||||||
# By: nrobinso <nrobinso@student.42.fr> +#+ +:+ +#+ #
|
# By: nrobinso <nrobinso@student.42.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/06/11 18:10:26 by maiboyer #+# #+# #
|
# 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
|
# TODO: REMOVE THIS BEFORE LAUNCH
|
||||||
# this allows the us to only start the non-monitoring sercices
|
# this allows the us to only start the non-monitoring sercices
|
||||||
# DOCKER_SERVICE=
|
DOCKER_SERVICE= \
|
||||||
# auth \
|
auth \
|
||||||
# chat \
|
chat \
|
||||||
# frontend \
|
frontend \
|
||||||
# nginx \
|
nginx \
|
||||||
# user \
|
user \
|
||||||
|
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
docker compose up -d $(DOCKER_SERVICE)
|
docker compose up -d $(DOCKER_SERVICE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue