Files
symfony-flex-recipes-contrib/dockfony.dockfony.5.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

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"
}
}
}