Updated folder structrue and README

This commit is contained in:
Anders Knutsen 2025-07-25 11:17:53 +02:00
parent 81a1911b80
commit 30281d2244
1 changed files with 2 additions and 1 deletions

View File

@ -3,11 +3,12 @@ First working TCP SIA-DC09 logger. Logs to mariadb.
No frontend, just a backend with mariadb and a TCP server that parses SIA-DC09 protocol data. No frontend, just a backend with mariadb and a TCP server that parses SIA-DC09 protocol data.
How to run: How to run:
```
1. Install docker and docker compose. 1. Install docker and docker compose.
2. Modify docker-compose.yml to fit your needs, remember to change passwords! 2. Modify docker-compose.yml to fit your needs, remember to change passwords!
3. Run "docker compose build --no-cache" in root directory. 3. Run "docker compose build --no-cache" in root directory.
4. Run "docker compose up -d" to start 4. Run "docker compose up -d" to start
```
Current folder structure: Current folder structure:
``` ```
├── backend ├── backend