chore: add valkey configuration to docker

This commit is contained in:
Radical 2025-05-07 20:57:01 +02:00
parent 529ccd1b51
commit 3e64a49338
4 changed files with 21 additions and 1 deletions

View file

@ -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