This commit is contained in:
afornerot 2024-09-21 17:10:28 +02:00
parent aacd73e3c4
commit 777e0c50f3
10 changed files with 2 additions and 4 deletions

View File

@ -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=()

View File

@ -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

View File

@ -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 ""

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 936 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 295 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB