added home-assistant container

This commit is contained in:
Bastian de Byl
2022-04-04 20:26:45 -04:00
parent 255d3e04e0
commit 3dc083c0f0
11 changed files with 72 additions and 0 deletions

View File

@@ -10,6 +10,11 @@ events {
}
http {
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
include mime.types;
default_type application/octet-stream;