mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-18 17:28:48 +00:00
Compare commits
3 Commits
renovate/d
...
release
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6cd7ef2de | ||
|
|
909a9d0e85 | ||
|
|
c60defe0e6 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user