Fix for random volume Redis Cache

fixes:
https://github.com/netbox-community/netbox-docker/issues/851
This commit is contained in:
Delta / Subo /Stefan 2022-09-23 14:33:49 +02:00 committed by GitHub
parent 3f1e45f636
commit cd5015642e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,8 @@ services:
- -c # this is to evaluate the $REDIS_PASSWORD from the env
- redis-server --requirepass $$REDIS_PASSWORD ## $$ because of docker-compose
env_file: env/redis-cache.env
volumes:
- netbox-redis-cache-data:/data
volumes:
netbox-media-files:
@ -63,3 +65,5 @@ volumes:
driver: local
netbox-redis-data:
driver: local
netbox-redis-cache-data:
driver: local