From 75a4dc69f9f9912cc6efa7d45299dc6802355c8d Mon Sep 17 00:00:00 2001 From: Dylan Bolger Date: Sun, 28 Apr 2024 00:31:28 -0500 Subject: add compose files --- internal/compose.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 internal/compose.yaml (limited to 'internal/compose.yaml') diff --git a/internal/compose.yaml b/internal/compose.yaml new file mode 100644 index 0000000..fa1af18 --- /dev/null +++ b/internal/compose.yaml @@ -0,0 +1,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 -- cgit v1.2.3