svg
|
@ -4,9 +4,7 @@
|
|||
dicos="$dir/dicos/.env.dicos"
|
||||
|
||||
# Exporter la variable
|
||||
while IFS='=' read -r key value; do
|
||||
export "$key"="$value"
|
||||
done < $dir/env/.env.merge
|
||||
export $(grep -v '^#' $dir/env/.env.merge 2>/dev/null| xargs)
|
||||
|
||||
# Initialisation des tableaux
|
||||
templates=()
|
||||
|
|
|
@ -12,5 +12,4 @@ services:
|
|||
volumes:
|
||||
- ./services/50-ninefolio/volume/data/private:/app/uploads
|
||||
- ./services/50-ninefolio/volume/data/public:/app/public/uploads
|
||||
- ./services/50-ninefolio/volume/data/build:/app/public/build
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ function destroyninefolio {
|
|||
then
|
||||
EchoRouge "Delete BDD = $NINEFOLIO_SERVICE_NAME"
|
||||
docker-compose exec $MARIADB_SERVICE_NAME /nine/delete.sh $NINEFOLIO_SERVICE_NAME
|
||||
rm -rf services/50-ninefolio/volume/data
|
||||
fi
|
||||
|
||||
echo ""
|
||||
|
|
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 936 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 380 KiB |
Before Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 295 KiB |
Before Width: | Height: | Size: 11 KiB |