Merge pull request #736

This commit is contained in:
symfony-flex-server[bot]
2019-09-14 12:47:16 +00:00
committed by GitHub
2 changed files with 28 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"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)%"
},
"gitignore": [
"/docker/"
]
}
+13
View File
@@ -0,0 +1,13 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Dockfony Configuration </>
<bg=blue;fg=white> </>
* 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</>
* Run <fg=green>bash dockfony init</> to initialise the script and get started
* Run <fg=green>./dockfony --help</> to display the list of available commands.
Documentation: https://github.com/dockfony/dockfony/README.md