build-configs/templates/env.example.twig

7 lines
148 B
Twig
Raw Normal View History

2023-01-19 19:47:15 +00:00
{% if dockerCompose %}
export COMPOSE_PROJECT_NAME={{ name }}
export COMPOSE_PROFILES=web,php,database
export DOCKER_WEB_VOLUME=.:/app
{% endif %}