2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Adds Valkey CIs and docs (#296)

* Adds Valkey CIs

Modifies existing builds to use different database flavors and versions:
* Redis 7.4.5
* Redis 8.2.1
* Valkey 8.1.3

* Update docs
This commit is contained in:
Anarthal (Rubén Pérez)
2025-09-01 20:14:26 +02:00
committed by GitHub
parent da2f0101d0
commit 1f6c6bd64d
3 changed files with 18 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
services:
redis:
image: "redis:alpine"
image: ${SERVER_IMAGE}
entrypoint: "/docker/entrypoint.sh"
volumes:
- ./docker:/docker
@@ -9,7 +9,7 @@ services:
- 6379:6379
- 6380:6380
builder:
image: $IMAGE
image: ${BUILDER_IMAGE}
container_name: builder
tty: true
environment: