feat: Initial commit

This commit is contained in:
2025-03-24 15:08:04 -04:00
parent 87199db408
commit 1cb0358ce2
2 changed files with 12 additions and 0 deletions

6
compose.yaml Normal file
View File

@@ -0,0 +1,6 @@
services:
dewpoint_controller:
image: git.housh.dev/michael/swift-mqtt-dewpoint:latest
container_name: dewpoint_controller
env_file:
- .env

6
example.env Normal file
View File

@@ -0,0 +1,6 @@
APP_ENV=development
MQTT_HOST=127.0.0.1
MQTT_PORT=1883
MQTT_IDENTIFIER=dewPoint-controller
MQTT_USERNAME=mqtt_user
MQTT_PASSWORD="secret!"