Compare commits

..

3 Commits

Author SHA1 Message Date
Tobias Genannt
c6cd7ef2de Merge pull request #1636 from netbox-community/develop
Version 4.0.2
2026-03-17 09:29:07 +01:00
Tobias Genannt
909a9d0e85 Merge pull request #1628 from netbox-community/develop
Release 4.0.1
2026-02-24 20:36:02 +01:00
Tobias Genannt
c60defe0e6 Merge pull request #1609 from netbox-community/develop
Release 4.0.0
2026-02-03 11:22:18 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ services:
retries: 5
redis: &redis
image: docker.io/valkey/valkey:9.1-alpine
image: docker.io/valkey/valkey:9.0-alpine
command:
- sh
- -c # this is to evaluate the $REDIS_PASSWORD from the env

View File

@@ -47,7 +47,7 @@ services:
# redis
redis:
image: docker.io/valkey/valkey:9.1-alpine
image: docker.io/valkey/valkey:9.0-alpine
command:
- sh
- -c # this is to evaluate the $REDIS_PASSWORD from the env
@@ -62,7 +62,7 @@ services:
volumes:
- netbox-redis-data:/data
redis-cache:
image: docker.io/valkey/valkey:9.1-alpine
image: docker.io/valkey/valkey:9.0-alpine
command:
- sh
- -c # this is to evaluate the $REDIS_PASSWORD from the env