there is a map with a marker, and the docker don't generate a new certificate all the time

This commit is contained in:
lenovo
2022-10-29 17:11:25 +02:00
parent 40963ce3cb
commit 4dca5a4760
15 changed files with 129 additions and 106 deletions

View File

@@ -1,4 +1,8 @@
# NGINX SETUP
NG_VOLUME_CERTS=/etc/ssl
# MARIADB SETUP
DB_HOST=mariadb
@@ -9,8 +13,8 @@ DB_PSWD="too bad you have read this now i have to erase your memory"
# WORDPRESS SETUP
WP_URL=local_lejourduprof.com
WP_DIR=/var/www/html
WP_PLUGIN_DIR=/home/www-data/
WP_VOLUME_DIR=/var/www/html
WP_VOLUME_PLUGINS=/home/www-data
WP_TITLE=title
WP_ADMIN=hulamy
@@ -25,6 +29,11 @@ WP_USER_EMAIL=moehu36@42.fr
MAX_UPLOAD_SIZE=512
EXECUTION_TIME=300
MAP_VOLUMES=/home/lenovo/data/lejourduprof
MAP_VOLUMES_PLUGINS=/home/lenovo/42/lejourduprof/srcs/plugins
# HOST (start with "HOST_VOLUME" for makefile)
HOST_VOLUME_WP=/home/lenovo/data/lejourduprof/wp_volume
HOST_VOLUME_DB=/home/lenovo/data/lejourduprof/db_volume
HOST_VOLUME_PLUGINS=/home/lenovo/42/lejourduprof/srcs/plugins
HOST_VOLUME_CERTS=/home/lenovo/42/lejourduprof/srcs/requirements/nginx/conf/ssl