Skip to content

Open-Building-Management/compose-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

compose file for emoncms

To use with docker-compose If you dont have : https://github.com/docker/compose

For persistent datas, create a folder named data at the root of the host. If you just want an ephemeral test without persistent datas, remove the /data volume in the compose file.

Adjust MYSQL_USER and MYSQL_PASSWORD to the custom values of your taste. Please note you can only do that at the creation of the mariadb database.

For the MQTT broker, you can change the credentials values when you want To use an external broker, adjust MQTT_HOST to your needs but the port has to be 1883.

To customize ssl :

  1. mount a folder with your customized credentials
  2. modify the env vars CRT_FILE and KEY_FILE with the path to the customized credentials

Then : sudo docker compose up -d

About

compose files to use with docker-compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published