mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-01-06 23:44:26 +01:00
Compare commits
No commits in common. "e5d8ced52d926fd5cf0af1ce2e5600ed9344fe46" and "d6cfd4b2295572704a55e198f308ad864e850db6" have entirely different histories.
e5d8ced52d
...
d6cfd4b229
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user