mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-11 06:12:37 +00:00
Compare commits
4 commits
83c8786dd3
...
7ec5e76e2d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ec5e76e2d | ||
|
|
51947e4c52 | ||
|
|
af562671e2 | ||
|
|
00d8dd75d6 |
|
|
@ -40,7 +40,7 @@ services:
|
|||
retries: 5
|
||||
|
||||
redis: &redis
|
||||
image: docker.io/valkey/valkey:8.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:8.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:8.1-alpine
|
||||
image: docker.io/valkey/valkey:9.0-alpine
|
||||
command:
|
||||
- sh
|
||||
- -c # this is to evaluate the $REDIS_PASSWORD from the env
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ dulwich==0.24.1
|
|||
python3-saml==1.16.0
|
||||
--no-binary lxml
|
||||
--no-binary xmlsec
|
||||
sentry-sdk[django]==2.35.0
|
||||
sentry-sdk[django]==2.35.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue