there is a map with a marker, and the docker don't generate a new certificate all the time
This commit is contained in:
17
srcs/.env
17
srcs/.env
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user