Dockfony: Added new environment variables

These are required for PHP Redis to function properly.
This commit is contained in:
Matthew Booth
2019-09-15 13:26:38 +01:00
parent acf5f15033
commit cb85edbce0
+3 -1
View File
@@ -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/"