aboutsummaryrefslogtreecommitdiff
path: root/internal/compose.yaml
blob: fa1af186be25739ae125204ed6dc47785f48c762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: 'internal'
services:
  adguardhome:
    extends:
      file: ./adguardhome/compose.yaml
      service: adguardhome
  cu-energy-service:
    extends:
      file: ./cu-energy-service/compose.yaml
      service: cu-energy-service
  matter-server:
    extends:
      file: ./matter-server/compose.yaml
      service: matter-server
  piper:
    extends:
      file: ./piper/compose.yaml
      service: piper
  openwakeword:
    extends:
      file: ./openwakeword/compose.yaml
      service: openwakeword
  faster-whisper:
    extends:
      file: ./faster-whisper/compose.yaml
      service: faster-whisper
  eclipse-mosquitto:
    extends:
      file: ./eclipse-mosquitto/compose.yaml
      service: eclipse-mosquitto