added environment APP_ENV=development variable to php service. Drupal theme with vuejs, vitejs, hmr
This commit is contained in:
parent
415b9e7ad0
commit
ee23757f63
|
@ -50,6 +50,8 @@ services:
|
||||||
- "${LOG_ROOT}/php:/var/log:rw"
|
- "${LOG_ROOT}/php:/var/log:rw"
|
||||||
- "${XDEBUG_INI}:/usr/local/etc/php/conf.d/xdebug.ini"
|
- "${XDEBUG_INI}:/usr/local/etc/php/conf.d/xdebug.ini"
|
||||||
working_dir: "/var/www/html/"
|
working_dir: "/var/www/html/"
|
||||||
|
environment:
|
||||||
|
- APP_ENV=development
|
||||||
networks:
|
networks:
|
||||||
- database
|
- database
|
||||||
- redis
|
- redis
|
||||||
|
|
2
src
2
src
|
@ -1 +1 @@
|
||||||
Subproject commit 5bd2fc7ee072ae7db6d090347d2f1ceafa31a324
|
Subproject commit b4077639bed3efce8ccae4b2a08bcefc052b4d48
|
Loading…
Reference in New Issue