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