Compare commits

...

2 Commits

Author SHA1 Message Date
e5d8ced52d Merge commit 'd6cfd4b' 2024-09-12 00:07:33 +02:00
b10dcf6603 Update makefile
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-09-12 00:07:08 +02:00

View File

@ -11,6 +11,8 @@
#// //
#//////////////////////////////////////////////////////////////
SERVER_DIRECTORY := infrastructure
DOCKER := docker
BLOG_SERVICES := wordpress
@ -24,7 +26,7 @@ PROFILES := main_infrastructure caddy homepage $(BLOG_SERVICES) $(SHARING_SERVIC
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
COMPOSE_FILES := $(shell find . -name 'docker-compose*.yml' -type f | sed -e 's/^/--file /')
COMPOSE_DIR := --project-directory ./infrastructure
COMPOSE_DIR := --project-directory ./$(SERVER_DIRECTORY)
UID := 1000
GID := 1000