Files
speech-utils/test/docker-compose-testbed.yaml
2023-02-08 12:58:45 -05:00

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