mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 10:37:31 +00:00
7 lines
148 B
Twig
7 lines
148 B
Twig
|
{% if dockerCompose %}
|
||
|
export COMPOSE_PROJECT_NAME={{ name }}
|
||
|
export COMPOSE_PROFILES=web,php,database
|
||
|
|
||
|
export DOCKER_WEB_VOLUME=.:/app
|
||
|
{% endif %}
|