3 Commits
Author SHA1 Message Date
曾志威 03e97547da init 2026-02-13 01:21:52 +08:00
曾志威 0e4d45628a init
continuous-integration/drone Build is passing
2026-02-12 18:36:15 +08:00
曾志威 573b28a1b8 init 2026-02-12 18:35:47 +08:00
2 changed files with 3 additions and 7 deletions
+2 -6
View File
@@ -13,10 +13,6 @@ steps:
password:
from_secret: docker_password
registry: https://registry.cn-hangzhou.aliyuncs.com
repo: registry.cn-hangzhou.aliyuncs.com/loghub/redis
repo: registry.cn-hangzhou.aliyuncs.com/loghub/rabbitmq
tags:
- 8-alpine
volumes:
- name: ruoyi_cache
temp: {}
- 4.2-management-alpine
+1 -1
View File
@@ -1,4 +1,4 @@
FROM redis:8.6-rc1-alpine3.23
FROM rabbitmq:4.2-management-alpine
RUN set -eux; \
apk update; \