mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 11:25:33 +01:00
Add remaining templates
This commit is contained in:
parent
014b6dabeb
commit
579c476a54
8 changed files with 198 additions and 5 deletions
6
templates/env.example.twig
Normal file
6
templates/env.example.twig
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% if dockerCompose %}
|
||||
export COMPOSE_PROJECT_NAME={{ name }}
|
||||
export COMPOSE_PROFILES=web,php,database
|
||||
|
||||
export DOCKER_WEB_VOLUME=.:/app
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue