split Dockerfile into several files, add docker-compose.yaml, add map configuration file

This commit is contained in:
2025-04-09 21:52:16 +03:00
parent 8ca9a1c385
commit d4b830096f
5 changed files with 122 additions and 0 deletions

3
map/config.json Normal file
View File

@@ -0,0 +1,3 @@
{
"API": "http://10.1.1.2:8080/api/v1/client"
}