map and chainage calculation
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user