Installation

This manual provides step-by-step instructions for deploying the EazyTrax application with its database and proxy components using Docker. The setup involves creating a Docker network and running containers for the database (EazyTrax_db), the web application (EazyTrax_web), and multiple proxies.

Following these instructions will help you successfully set up all components of the EazyTrax platform for your IoT data management needs.

Deploy with DockerCompose

Create .env and docker-compose.yml file with following content.
.env
        
                Loading Content
            
        
docker-compose.yml
        
            

        
        
Command
        
                docker-compose pull

                docker-compose up -d