Skip to content

Commit 4bf679c

Browse files
feat: change redis image to support arm64
1 parent 13fc390 commit 4bf679c

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
services:
1717
redis:
18-
image: redislabs/redismod:latest
18+
image: redislabs/rejson:latest
1919
ports:
2020
- 6379:6379
2121
options: >-

Diff for: config/redis.conf

-2
This file was deleted.

Diff for: docker-compose.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ version: "3.8"
22

33
services:
44
redis:
5-
image: redislabs/redismod:latest
5+
image: redis/redis-stack-server
66
ports:
77
- "6379:6379"
8-
volumes:
9-
- ./config/redis.conf:/usr/local/etc/redis/redis.conf
10-
command: /usr/local/etc/redis/redis.conf
118

129
mariadb:
1310
image: mariadb:10.11.5

0 commit comments

Comments
 (0)