Created a sloppy api for home weather

This commit is contained in:
2025-07-10 00:52:55 +02:00
commit 2778c9d348
23 changed files with 808 additions and 0 deletions

13
compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
homeapi:
image: homeapi
build:
context: .
dockerfile: Dockerfile
homeapi-1:
image: homeapi-1
build:
context: .
dockerfile: HomeApi/Dockerfile