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.150