added docker-observation submodule

This commit is contained in:
John Lancaster
2024-02-24 15:51:15 -06:00
parent 489076f011
commit 88d1badf53
3 changed files with 8 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -2,3 +2,6 @@
path = apps/room_control path = apps/room_control
url = https://github.com/jsl12/room_control url = https://github.com/jsl12/room_control
branch = async branch = async
[submodule "docker-observation"]
path = docker-observation
url = ssh://gitea/john/docker-observation

View File

@@ -1,4 +1,7 @@
version: "3.8" version: '3.9'
include:
- docker-observation/docker-compose.yml
services: services:
appdaemon: appdaemon:
container_name: appdaemon container_name: appdaemon

1
docker-observation Submodule

Submodule docker-observation added at fee154dbc5