Compare commits

..

5 Commits

Author SHA1 Message Date
1ea858d555 added structure sync drush command in make cim 2025-03-24 16:50:58 +01:00
412e627c23 src update 2025-02-11 14:09:57 +01:00
7498595bb4 make file db_dump fix 2024-11-20 13:05:48 +01:00
05ec83934b removed composer version 2024-10-28 11:49:23 +01:00
e74b3ed02e update 2024-03-15 12:04:51 +01:00
4 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ RUN pecl install redis-5.3.3 && \
docker-php-ext-enable redis
RUN pecl install xdebug-3.2.1 && \
docker-php-ext-enable redis xdebug
docker-php-ext-enable xdebug
RUN export COMPOSER_HOME=/usr/local/composer && \
curl -sS https://getcomposer.org/installer \

View File

@ -48,6 +48,8 @@ updb:
cim:
docker exec q2d-php-1 /bin/bash -c "vendor/bin/drush config-import -y"
docker exec q2d-php-1 /bin/bash -c "vendor/bin/drush ib --choice safe"
docker exec q2d-php-1 /bin/bash -c "vendor/bin/drush im --choice safe"
# sync_struct:
# docker exec q2d-php-1 /bin/bash -c "vendor/bin/drush im --choice safe && drush ib --choice full"
@ -77,4 +79,4 @@ exec_mysql:
docker exec -it q2d-mysql-1 bash
dump_db:
docker exec q2d-mysql-1 sh -c 'exec mysqldump -uroot -pq2d q2d' > ./ressources/q2d-$(DATE_NOW)-local.sql
docker exec q2d-mysql-1 sh -c 'exec mariadb-dump -uroot -pq2d q2d' > ./ressources/q2d-$(DATE_NOW)-local.sql

View File

@ -1,5 +1,3 @@
version: "3.5"
services:
mysql:

2
src

Submodule src updated: 44e475bdd5...8abad34306