aboutsummaryrefslogtreecommitdiff
path: root/internal/piper/compose.yaml
blob: d1cf746561ad3cdeb715897a9493fea7df3b2115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: piper
version: '3.8'
services:
  piper:
    container_name: piper
    image: rhasspy/wyoming-piper
    ports:
      - '${PIPER_PORT}:10200'
    volumes:
      - '${PIPER_DATA_PATH}:/data'
    command: '--voice en_US-lessac-medium'