feat: Minimal readme and cleans up docker files.
Some checks failed
CI / Run Tests (push) Has been cancelled

This commit is contained in:
2024-11-14 22:17:08 -05:00
parent 5e998a60d0
commit 1089452212
2 changed files with 1 additions and 2 deletions

View File

@@ -18,6 +18,5 @@ run:
test-docker: test-docker:
@docker compose --file docker/docker-compose-test.yaml \ @docker compose --file docker/docker-compose-test.yaml \
--project-directory "${PWD}" \
run --build --remove-orphans -i --rm test run --build --remove-orphans -i --rm test
@docker compose --file docker/docker-compose-test.yaml down @docker compose --file docker/docker-compose-test.yaml down

View File

@@ -1,6 +1,6 @@
# dewpoint-controller # dewpoint-controller
![CI](https://git.housh/dev/actions/workflows/ci.yaml/badge.svg?branch=main) [![CI](https://git.housh/dev/actions/workflows/ci.yaml/badge.svg?branch=main)]
Listens to an MQTT broker for temperature and humidity sensors and calculates Listens to an MQTT broker for temperature and humidity sensors and calculates
the dew-point temperature and enthalpy for the sensor, then publishes those back the dew-point temperature and enthalpy for the sensor, then publishes those back