Skip to content

Commit

Permalink
Merge pull request #852 from Delta1977/release
Browse files Browse the repository at this point in the history
Define a volume for the caching Redis
  • Loading branch information
cimnine authored Oct 6, 2022
2 parents f9f1533 + cd50156 commit c21a29b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -63,3 +65,5 @@ volumes:
driver: local
netbox-redis-data:
driver: local
netbox-redis-cache-data:
driver: local

0 comments on commit c21a29b

Please sign in to comment.