mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Implement redis connection pooling, multi, and pipelines.
This commit is contained in:
parent
52bf6c4c89
commit
9973ed878f
6 changed files with 234 additions and 204 deletions
|
|
@ -20,7 +20,7 @@ services:
|
|||
- VMPOOLER_DEBUG=true # for use of dummy auth
|
||||
- VMPOOLER_CONFIG_FILE=/etc/vmpooler/vmpooler.yaml
|
||||
- REDIS_SERVER=redislocal
|
||||
- LOGFILE=/dev/stdout
|
||||
- LOGFILE=/dev/null
|
||||
- EXTRA_CONFIG=/etc/vmpooler/providers.yaml
|
||||
image: vmpooler-local
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue