change: volumes in custom directory

This commit is contained in:
mcolonna 2025-06-17 15:22:16 +02:00
parent 4971d79673
commit 39f90db91d
3 changed files with 14 additions and 1 deletions

View file

@ -31,7 +31,9 @@ run : $(CERT_PATH_FILES)
echoo "Running '$(SRC_COMPOSE)'..."
cd -- $(SRC_COMPOSE)
DATABASE_PWD="$(DATABASE_PWD)" $(DOCKER) compose up --build
mkdir -p $(VOLUMES_PATH)/www
mkdir -p $(VOLUMES_PATH)/db
DATABASE_PWD="$(DATABASE_PWD)" VOLUMES_PATH="$(VOLUMES_PATH)" $(DOCKER) compose up --build
>/dev/null cd -