remove debugger configuration from apps.yaml and link dockerStart.sh to the source

This commit is contained in:
2026-04-19 18:50:02 +02:00
parent 7738241faa
commit 14fa4ef078
2 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
debugger:
module: debugger
class: Debugger
port: 5678
# I now directly run AppDaemon with debugpy in DockerStart.sh. Not sure which is best
# debugger:
# module: debugger
# class: Debugger
# port: 5678
motion_tracker:
module: motiontracker

1
dockerStart.sh Symbolic link
View File

@@ -0,0 +1 @@
/usr/src/app/dockerStart.sh