added wiet-at/symfony-dev recipe (#1284)

* added wiet-at/symfony-dev bundle

* fixed code style

* fixed invalid filename
This commit is contained in:
Stefan Reisinger
2021-10-15 18:57:05 +02:00
committed by GitHub
parent bd7733413f
commit 3ec390f1ec
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"env": {
"COMPOSE_PROJECT_NAME": "my-project",
"PROJECT_LOCAL_IP": "127.1.2.3"
},
"copy-from-package": {
"dist/docker-compose.yaml": "docker-compose.yaml",
"dist/symfony-dev-cli-proxy": "%BIN_DIR%/dev-cli"
}
}

View File

@@ -0,0 +1 @@
wiet-at/symfony-dev: Please check your .env file and adapt it according to your needs.