From 88d1badf5381a5c217f7d8f7e6bdf1a74c528be5 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 24 Feb 2024 15:51:15 -0600 Subject: [PATCH] added docker-observation submodule --- .gitmodules | 3 +++ docker-compose.yml | 5 ++++- docker-observation | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) create mode 160000 docker-observation diff --git a/.gitmodules b/.gitmodules index 9b3b555..1a2bf65 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,6 @@ path = apps/room_control url = https://github.com/jsl12/room_control branch = async +[submodule "docker-observation"] + path = docker-observation + url = ssh://gitea/john/docker-observation diff --git a/docker-compose.yml b/docker-compose.yml index 036ce3d..2ab2a1b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,7 @@ -version: "3.8" +version: '3.9' +include: + - docker-observation/docker-compose.yml + services: appdaemon: container_name: appdaemon diff --git a/docker-observation b/docker-observation new file mode 160000 index 0000000..fee154d --- /dev/null +++ b/docker-observation @@ -0,0 +1 @@ +Subproject commit fee154dbc53b86d6a7f5f17398ff8c60f5d7bc53