loomio/entrypoint.redis.sh
stevensting 112a1f6d3a
Some checks failed
continuous-integration/drone/pr Build is failing
add redis password and increase version. does not work yet
2025-02-16 11:49:16 +01:00

6 lines
150 B
Bash

#!/usr/bin/env bash
set -e
echo "creating redis.conf..."
echo "requirepass $(cat /run/secrets/redis_password)" > redis.conf
echo "redis.conf created"