Disable valkey persistence in tests

This commit is contained in:
Christian Mäder 2024-04-19 21:23:06 +02:00
parent 6a3ba4409e
commit b29f7fd446

View File

@ -53,7 +53,7 @@ services:
command:
- sh
- -c # this is to evaluate the $REDIS_PASSWORD from the env
- valkey-server --requirepass $$REDIS_PASSWORD ## $$ because of docker-compose
- valkey-server --save "" --appendonly no --requirepass $$REDIS_PASSWORD ## $$ because of docker-compose
env_file: env/redis.env
healthcheck:
test: "[ $$(valkey-cli --pass \"$${REDIS_PASSWORD}\" ping) = 'PONG' ]"