Skip to content

IanStorm/my-smart-home-mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Smart Home - MQTT

GitHub Actions Docker Pulls Docker Stars

Garage project for private purposes. Provides an MQTT broker with custom configuration for my smart home.

🐳 Make sure you have installed Docker.

See how to put this repo in action at IanStorm/my-smart-home-ras-pi.

How to use in "production"? 👨‍💼 👩‍💼

  1. Follow "How to get a pre-built Docker image?".
  2. Start a Docker instance:
$	docker run \
		--rm \
		-d \
		-t \
		-p 1883:1883 \
		ianstorm/my-smart-home-mqtt

How to develop? 👨‍💻 👩‍💻

Make sure you have installed Visual Studio Code.

  1. Clone this repository.
  2. cd inside the cloned folder.
  3. Build the Docker image: Run the vscode task build.
  4. Start a Docker instance:
$	docker run \
		--rm \
		-i \
		-t \
		-p 1883:1883 \
		my-smart-home-mqtt

Appendix

How to get a pre-built Docker image? ☁️

Get the latest Docker image from Docker Hub:

$	docker pull ianstorm/my-smart-home-mqtt:latest

Sources

About

Non-public project to provide an MQTT broker with custom configuration for my smart home.

Topics

Resources

Stars

Watchers

Forks