wip trying to create debug folder

This commit is contained in:
asus
2024-02-06 19:32:24 +01:00
parent bb844a428b
commit 217b20e7ae
4 changed files with 17 additions and 5 deletions

View File

@@ -8,6 +8,8 @@ PROJECT_PORT=443
SERVER_EXECUTION_TIME=300
SERVER_MAX_UPLOAD_SIZE=512
ERRORS_LOGS_VOLUME=/var/log
# ----------------------------------------------------------------------
# NGINX SETUP
@@ -44,7 +46,7 @@ WP_ADMIN_EMAIL=admin@email.fr
# ----------------------------------------------------------------------
# VOLUMES
# LOCAL VOLUMES
# if you want to get the home directory you can use $(HOME)
# however, this will not give the same result if you use sudo, ex :
@@ -85,5 +87,7 @@ HOST_VOLUME_WP=${HOST_VOLUMES_DIR}/wp_volume
HOST_VOLUME_DB=${HOST_VOLUMES_DIR}/db_volume
# we put the plugin folder inside the parent folder of the docker dir
HOST_VOLUME_PLUGINS=${HOST_DOCKER_PARENT_PATH}/plugins
# error log
HOST_VOLUME_ERROR_LOGS=${HOST_VOLUMES_DIR}/error_logs