moved Dockerfile
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
// Sets the run context to one level up instead of the .devcontainer folder.
|
// Sets the run context to one level up instead of the .devcontainer folder.
|
||||||
"context": "..",
|
"context": "..",
|
||||||
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
|
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
|
||||||
"dockerfile": "../Dockerfile.dev_container"
|
"dockerfile": "../.devcontainer/Dockerfile"
|
||||||
},
|
},
|
||||||
|
|
||||||
"mounts": [
|
"mounts": [
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ appdaemon:
|
|||||||
plugins:
|
plugins:
|
||||||
HASS:
|
HASS:
|
||||||
type: hass
|
type: hass
|
||||||
ha_url: http://192.168.1.245:8123
|
ha_url: http://rpi3.home.com:8123
|
||||||
token: !secret long_lived_token
|
token: !secret long_lived_token
|
||||||
http:
|
http:
|
||||||
url: http://127.0.0.1:5050
|
url: http://127.0.0.1:5050
|
||||||
@@ -19,4 +19,4 @@ logs:
|
|||||||
main_log:
|
main_log:
|
||||||
date_format: '%Y-%m-%d %I:%M:%S %p'
|
date_format: '%Y-%m-%d %I:%M:%S %p'
|
||||||
error_log:
|
error_log:
|
||||||
date_format: '%Y-%m-%d %I:%M:%S %p'
|
date_format: '%Y-%m-%d %I:%M:%S %p'
|
||||||
|
|||||||
Reference in New Issue
Block a user