ADSP-EcoTrekker-Project / EcoTrekker

3 stars 1 forks source link

EcoTrekker

How to Contribute

More information on how to contribute can be found here

Services

REST API

here

Route Manager

here

Public Transport Distance

here

Calculator

here

Vehicle Consumption

here

Vehicle Depot

here

Building Containers

Dockerfiles

More info about the Dockerfiles can be found here

The Bake file

The ecotrekker-bake.hcl file contains the instructions on how to build and use the different Dockerfiles. After executing the bakefile your local docker repository will have all seven required images available. Alternatively they will be available at the lierseleow repository on dockerhub for some time.

The following variables can be set:

How to build

  1. Set the Environment Variables

Powershell

$env:REPO="your_amazing_repository"

Bash

export REPO="your_amazing_repository"
  1. Execute the bake file
    docker buildx bake -f .\ecotrekker-bake.hcl

Starting EcoTrekker

A thorough guide on how to deploy EcoTrekker can be found here