feat: images

This commit is contained in:
2026-02-23 09:50:42 +01:00
parent 3f321f0836
commit 6f98d730bb
21 changed files with 518 additions and 29 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
valkey:
image: valkey/valkey:8
restart: always
ports:
- "6379:6379"
command: valkey-server --requirepass "valkey"
healthcheck:
test: ["CMD", "valkey-cli", "-a", "valkey", "ping"]
interval: 5s
timeout: 5s
retries: 5