mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-06-13 05:59:24 +02:00
Update Makefile and readme
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ UTILS_SERVICES := it-tools stirlingpdf
|
||||
PROFILES := main_infrastructure caddy homepage $(BLOG_SERVICES) $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES)
|
||||
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
|
||||
|
||||
COMPOSE_FILES := $(shell find . -name 'docker-compose*.yml' -type f | sed -e 's/^/--file /')
|
||||
COMPOSE_FILES := $(shell find ./$(SERVER_DIRECTORY) -name 'docker-compose*.yml' -type f | sed -e 's/^/--file /')
|
||||
COMPOSE_DIR := --project-directory ./$(SERVER_DIRECTORY)
|
||||
|
||||
UID := 1000
|
||||
|
Reference in New Issue
Block a user