chore: add valkey configuration to docker
This commit is contained in:
parent
529ccd1b51
commit
3e64a49338
4 changed files with 21 additions and 1 deletions
|
@ -16,6 +16,10 @@ password = "${DATABASE_PASSWORD}"
|
|||
database = "${DATABASE}"
|
||||
host = "${DATABASE_HOST}"
|
||||
port = ${DATABASE_PORT}
|
||||
|
||||
[cache_database]
|
||||
host = "${CACHE_DB_HOST}"
|
||||
port = ${CACHE_DB_PORT}
|
||||
EOF
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue