Files
michaelschiemer/docker-compose.production.yml
Michael Schiemer bfe6a966b5 fix(deployment): Redis health check reads password directly from Docker Secret
The health check now reads the password directly from /run/secrets/redis_password
instead of relying on an environment variable, which is not available in the
health check context.

This resolves the 'container application-redis-1 is unhealthy' error.
2025-11-04 21:16:25 +01:00

12 KiB