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
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,5 +4,3 @@
|
||||||
.vagrant/
|
.vagrant/
|
||||||
.idea/
|
.idea/
|
||||||
helm-charts/vmpooler/charts/
|
helm-charts/vmpooler/charts/
|
||||||
/docker/data/redis/**
|
|
||||||
!docker/data/**/.gitkeep
|
|
||||||
|
|
@ -5,10 +5,6 @@ services:
|
||||||
# This should match the major version used in the vmpooler helm chart
|
# This should match the major version used in the vmpooler helm chart
|
||||||
image: redis:6
|
image: redis:6
|
||||||
command: "redis-server --requirepass vmpooler"
|
command: "redis-server --requirepass vmpooler"
|
||||||
volumes:
|
|
||||||
- type: bind
|
|
||||||
source: ./data/redis
|
|
||||||
target: /data
|
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,10 +5,6 @@ services:
|
||||||
# This should match the major version used in the vmpooler helm chart
|
# This should match the major version used in the vmpooler helm chart
|
||||||
image: redis:6
|
image: redis:6
|
||||||
command: "redis-server --requirepass vmpooler"
|
command: "redis-server --requirepass vmpooler"
|
||||||
volumes:
|
|
||||||
- type: bind
|
|
||||||
source: ./data/redis
|
|
||||||
target: /data
|
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue