Initial commit

This commit is contained in:
gilles
2025-01-03 13:32:52 +01:00
commit e0f0318180
9 changed files with 1652 additions and 0 deletions

10
docker-compose.yml Executable file
View File

@@ -0,0 +1,10 @@
version: "3.8"
services:
app:
container_name: froling_modbus2mqtt
build: .
volumes:
- ./src:/usr/src/app
- ./config:/usr/src/app/config
restart: unless-stopped