Created a sloppy api for home weather
This commit is contained in:
13
compose.yaml
Normal file
13
compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
homeapi:
|
||||
image: homeapi
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
||||
homeapi-1:
|
||||
image: homeapi-1
|
||||
build:
|
||||
context: .
|
||||
dockerfile: HomeApi/Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user