Skip to content

fabio-padovani89/meshtastic_infrastructure_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

You can use docker for quick prototyping.

Create your docker-compose.yml file using docker-compose.yml.example as a base and customize it according to your needs.

cp docker-compose.yml.example docker-compose.yml

Start the infrastructure

docker-compose up

Update the infrastructure components

Turn off the infrastructure

docker-compose stop

Update the desired components

According what you want to update following a new release, you can just update your single containers.

For example, given the docker-compose.yml.example file, if you want to update only a single container (web in this case) you can use:

docker-compose build --no-cache web

Start the infrastructure again

docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published