mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-07-24 13:11:56 +00:00
initial template
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user