aboutsummaryrefslogtreecommitdiff
path: root/internal/compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'internal/compose.yaml')
-rw-r--r--internal/compose.yaml30
1 files changed, 30 insertions, 0 deletions
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