uptime-kuma/test/manual-test-radius-tls/compose.yaml
Frank Elsinga dda1a3f442
Chore:extracted the redis monitor to a different monitoring type (#4393)
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2025-11-16 04:55:38 +08:00

15 lines
322 B
YAML

# Start the server:
# docker compose up
services:
redis:
image: redis:latest
ports:
- "6380:6380"
volumes:
- ./certs:/certs
command: >
redis-server
--tls-port 6380 --port 0
--tls-cert-file /certs/redis.crt
--tls-key-file /certs/redis.key
--tls-auth-clients no