Commit graph

4 commits

Author SHA1 Message Date
9c883a8eca refacto: reorganize files to easily add an API service 2026-05-11 21:46:21 +02:00
32a9eeb10d feat: add database with dummy data 2026-05-08 17:02:06 +02:00
bdfe1a5f00 fix: docker compose network config so that containers may communicate
MQTT from gateway stack and app must be on the same network
It was implied when they were from the same stack, but when splitting
docker creates two default separated networks
This commit creates a network for MQTT and makes the app join it

Works only if the two stacks are on the same host (which is the case
during development)
2026-05-08 12:38:40 +02:00
851e8947bc refacto: reorganize folder tree to split lora gateway stack from app
Those stack won't necessarily be on the same host, so they need to be
split
2026-05-08 12:17:03 +02:00