moved Dockerfile

This commit is contained in:
John Lancaster
2023-04-12 23:00:16 -05:00
parent a257d5bde4
commit 6f93b9c364
3 changed files with 3 additions and 3 deletions

View File

@@ -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": [

View File

@@ -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'