mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Dockfony: Added new environment variables
These are required for PHP Redis to function properly.
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
"env": {
|
||||
"DB_DATABASE": "symfony",
|
||||
"DB_USERNAME": "symfony",
|
||||
"DB_PASSWORD": "%generate(secret)%"
|
||||
"DB_PASSWORD": "%generate(secret)%",
|
||||
"REDIS_HOST": "redis",
|
||||
"REDIS_PORT": "6379"
|
||||
},
|
||||
"gitignore": [
|
||||
"/docker/"
|
||||
|
||||
Reference in New Issue
Block a user