🐳 添加 redis 镜像.

This commit is contained in:
lijiahang
2024-05-16 16:01:49 +08:00
parent 89d9cd4c25
commit d13ec07f4c
11 changed files with 1899 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
FROM redis:6.0.16-alpine
COPY ./redis.conf /usr/local/etc/redis/redis.conf

View File

@@ -0,0 +1,5 @@
#/bin/bash
version=1.1.0
docker build -t orion-visor-redis:${version} .
docker tag orion-visor-redis:${version} registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-visor-redis:${version}
docker push registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-visor-redis:${version}

File diff suppressed because it is too large Load Diff