Compare commits

..

No commits in common. "e5d8ced52d926fd5cf0af1ce2e5600ed9344fe46" and "d6cfd4b2295572704a55e198f308ad864e850db6" have entirely different histories.

View File

@ -11,8 +11,6 @@
#// //
#//////////////////////////////////////////////////////////////
SERVER_DIRECTORY := infrastructure
DOCKER := docker
BLOG_SERVICES := wordpress
@ -26,7 +24,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 ./$(SERVER_DIRECTORY)
COMPOSE_DIR := --project-directory ./infrastructure
UID := 1000
GID := 1000