mirror of
https://github.com/jambonz/speech-utils.git
synced 2025-12-19 03:37:49 +00:00
16 lines
232 B
YAML
16 lines
232 B
YAML
version: '3'
|
|
|
|
services:
|
|
redis:
|
|
image: redis:alpine
|
|
ports:
|
|
- "3379:6379"
|
|
|
|
redis-auth:
|
|
image: redis:alpine
|
|
command: redis-server /tmp/redis.conf
|
|
ports:
|
|
- "3380:6379"
|
|
volumes:
|
|
- ./tmp:/tmp
|