Initial commit

This commit is contained in:
2026-04-05 16:23:17 +00:00
commit 6c75e00159
42 changed files with 3859 additions and 0 deletions

3
redis/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM redis:8.4-alpine
COPY redis.conf /usr/local/etc/redis/redis.conf
CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]

1319
redis/redis.conf Normal file

File diff suppressed because it is too large Load Diff