initial commit

This commit is contained in:
2026-01-20 18:55:06 +01:00
commit 5956185a1c
6 changed files with 494 additions and 0 deletions

15
compose.yaml Normal file
View File

@@ -0,0 +1,15 @@
services:
goodwe:
build:
context: .
dockerfile: Dockerfile
image: goodwe
container_name: goodwe
restart: always
env_file:
- .env
volumes:
- ./src:/app/src:ro
network_mode: host
extra_hosts:
- host:192.168.2.200