remove debugger configuration from apps.yaml and link dockerStart.sh to the source
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
debugger:
|
# I now directly run AppDaemon with debugpy in DockerStart.sh. Not sure which is best
|
||||||
module: debugger
|
# debugger:
|
||||||
class: Debugger
|
# module: debugger
|
||||||
port: 5678
|
# class: Debugger
|
||||||
|
# port: 5678
|
||||||
|
|
||||||
motion_tracker:
|
motion_tracker:
|
||||||
module: motiontracker
|
module: motiontracker
|
||||||
|
|||||||
1
dockerStart.sh
Symbolic link
1
dockerStart.sh
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/usr/src/app/dockerStart.sh
|
||||||
Reference in New Issue
Block a user