mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-12-22 08:44:28 +01:00
Update makefile
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
d1f13de09e
commit
b10dcf6603
4
Makefile
4
Makefile
@ -11,6 +11,8 @@
|
|||||||
#// //
|
#// //
|
||||||
#//////////////////////////////////////////////////////////////
|
#//////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
SERVER_DIRECTORY := infrastructure
|
||||||
|
|
||||||
DOCKER := docker
|
DOCKER := docker
|
||||||
|
|
||||||
BLOG_SERVICES := wordpress
|
BLOG_SERVICES := wordpress
|
||||||
@ -24,7 +26,7 @@ PROFILES := main_infrastructure caddy homepage $(BLOG_SERVICES) $(SHARING_SERVIC
|
|||||||
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
|
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
|
||||||
|
|
||||||
COMPOSE_FILES := $(shell find . -name 'docker-compose*.yml' -type f | sed -e 's/^/--file /')
|
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
|
UID := 1000
|
||||||
GID := 1000
|
GID := 1000
|
||||||
|
Loading…
Reference in New Issue
Block a user