creates kubernetes friendly deployment

This commit is contained in:
Robert Koch
2023-10-12 11:07:11 +11:00
parent 1ed1c9ea1d
commit b42153bcc4
10 changed files with 46 additions and 12 deletions

View File

@@ -120,6 +120,7 @@ module.exports = {
* Redis storage configuration.
*/
redis: {
url: process.env.REDIS_URL,
port: 6379,
},