No description
Find a file
Alexis Fourmaux 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
app fix: docker compose network config so that containers may communicate 2026-05-08 12:38:40 +02:00
lora-gateway fix: docker compose network config so that containers may communicate 2026-05-08 12:38:40 +02:00
.gitignore Initial commit with gitignore 2026-05-06 22:20:28 +02:00
Makefile feat: add a makefile for single line deployment on rpi target 2026-05-08 12:17:38 +02:00