initial commit
This commit is contained in:
15
compose.yaml
Normal file
15
compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user