mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
Remove storing redis data on host
This commit is contained in:
parent
4fd3b39ef0
commit
1d2f93fc1c
4 changed files with 0 additions and 10 deletions
|
|
@ -5,10 +5,6 @@ services:
|
|||
# This should match the major version used in the vmpooler helm chart
|
||||
image: redis:6
|
||||
command: "redis-server --requirepass vmpooler"
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./data/redis
|
||||
target: /data
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue