config ok
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
COMPOSE_PROJECT_NAME=drupal
|
||||
|
||||
PROJECT_ROOT=./public_html
|
||||
PROJECT_ROOT=./src
|
||||
LOG_ROOT=./log
|
||||
|
||||
DB_IMPORTE_FILE=./ressources/materio_d8.sql
|
||||
DB_IMPORTE_FILE=./ressources/drupal.sql
|
||||
DB_ROOT_PASSWORD=drupal
|
||||
DB_NAME=drupal
|
||||
DB_USERNAME=drupal
|
||||
|
||||
+1
-5
@@ -1,7 +1,3 @@
|
||||
public_html/*
|
||||
public_html_legacy/*
|
||||
drupal7/*
|
||||
src/*
|
||||
log/*
|
||||
*.sql
|
||||
bin/syncfiles.sh
|
||||
solr_cores/*
|
||||
|
||||
+2
-8
@@ -1,9 +1,3 @@
|
||||
[submodule "public_html_legacy"]
|
||||
path = public_html_legacy
|
||||
url = https://figureslibres.io/gogs/bachir/materio-base-d7.git
|
||||
[submodule "public_html"]
|
||||
path = public_html
|
||||
[submodule "src"]
|
||||
path = src
|
||||
url = https://figureslibres.io/gogs/bachir/materio-d8.git
|
||||
[submodule "solr_cores"]
|
||||
path = solr_cores
|
||||
url = https://figureslibres.io/gogs/bachir/solr-materio-d8.git
|
||||
|
||||
+2
-2
@@ -32,7 +32,7 @@ services:
|
||||
- 9000
|
||||
volumes:
|
||||
- php-root-data:/root
|
||||
- "${PROJECT_ROOT}:/var/www/html/web"
|
||||
- "${PROJECT_ROOT}:/var/www/html"
|
||||
- "${LOG_ROOT}/php:/var/log:rw"
|
||||
working_dir: "/var/www/html"
|
||||
networks:
|
||||
@@ -59,7 +59,7 @@ services:
|
||||
ports:
|
||||
- 8890:80
|
||||
volumes:
|
||||
- "${PROJECT_ROOT}:/var/www/html/web"
|
||||
- "${PROJECT_ROOT}:/var/www/html/"
|
||||
- "${LOG_ROOT}:/var/log:rw"
|
||||
working_dir: "/var/www/html/web"
|
||||
networks:
|
||||
|
||||
-1
Submodule public_html deleted from 26390343d0
Reference in New Issue
Block a user