map and chainage calculation

This commit is contained in:
2026-07-07 22:42:47 +05:30
parent 05ce1f2cdb
commit 308d6bc129
17 changed files with 4178 additions and 48 deletions

View File

@@ -1,5 +1,6 @@
services:
db:
restart: unless-stopped
image: postgres:16-alpine
environment:
POSTGRES_USER: central
@@ -17,6 +18,7 @@ services:
retries: 10
server:
restart: unless-stopped
build:
context: .
dockerfile: server/Dockerfile
@@ -51,6 +53,7 @@ services:
- "8080:8080"
dashboard:
restart: unless-stopped
build: ./dashboard
environment:
# The dashboard calls the API through nginx's /api proxy, so no host needed.