mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
40 lines
1.7 KiB
JSON
40 lines
1.7 KiB
JSON
{
|
|
"manifests": {
|
|
"dockfony/dockfony": {
|
|
"manifest": {
|
|
"copy-from-package": {
|
|
"docker-files/docker/": "%SRC_DIR%/../docker/",
|
|
"docker-files/docker-compose.yml": "%SRC_DIR%/../docker-compose.yml",
|
|
"docker-files/dockfony": "%SRC_DIR%/../dockfony"
|
|
},
|
|
"env": {
|
|
"DB_DATABASE": "symfony",
|
|
"DB_USERNAME": "symfony",
|
|
"DB_PASSWORD": "%generate(secret)%",
|
|
"REDIS_HOST": "redis",
|
|
"REDIS_PORT": "6379"
|
|
},
|
|
"gitignore": [
|
|
"/docker/"
|
|
],
|
|
"post-install-output": [
|
|
" * Edit the <fg=green>.env</> file to change the database setting if you require. For instance:",
|
|
"",
|
|
" <fg=green>DATABASE_URL=mysql://$DB_USERNAME:$DB_PASSWORD@mysql:3306/$DB_DATABASE</>",
|
|
"",
|
|
" * If using the Nelmio CORS bundle, you will need to wrap it's environment varible in quotes (\"\"):",
|
|
" <fg=green>CORS_ALLOW_ORIGIN=\"^https?://localhost(:[0-9]+)?$\"</>",
|
|
"",
|
|
" * Run <fg=green>./dockfony start</> to get started",
|
|
"",
|
|
" * Run <fg=green>./dockfony --help</> to display the list of available commands.",
|
|
"",
|
|
"Documentation: https://github.com/dockfony/dockfony/README.md"
|
|
]
|
|
},
|
|
"files": [],
|
|
"ref": "601185a79b3e63b56dd8c5ad7fdedf0c1e05d069"
|
|
}
|
|
}
|
|
}
|