Add remaining templates

This commit is contained in:
Oliver Davies 2023-01-19 19:47:15 +00:00
parent 014b6dabeb
commit 579c476a54
8 changed files with 198 additions and 5 deletions

View file

@ -0,0 +1,6 @@
{% if dockerCompose %}
export COMPOSE_PROJECT_NAME={{ name }}
export COMPOSE_PROFILES=web,php,database
export DOCKER_WEB_VOLUME=.:/app
{% endif %}