mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 09:06:27 +03:00
Merge pull request #736
This commit is contained in:
@@ -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/"
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user