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.
"context": "..",
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile": "../Dockerfile.dev_container"
"dockerfile": "../.devcontainer/Dockerfile"
},
"mounts": [

View File

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