generated from Grigo/AndroidTemplate
added local api
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
loratester:
|
||||
build: .
|
||||
container_name: loratester
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${LORATESTER_PORT:-7634}:7634"
|
||||
volumes:
|
||||
- loratester-data:/data
|
||||
environment:
|
||||
LORATESTER_DB: /data/loratester.db
|
||||
LORATESTER_PORT: "7634"
|
||||
LORATESTER_ELEVATION_URL: ${LORATESTER_ELEVATION_URL:-http://192.168.1.109:8085/v1/elevation}
|
||||
LORATESTER_ELEVATION_PROBE_TTL: ${LORATESTER_ELEVATION_PROBE_TTL:-60}
|
||||
LORATESTER_ELEVATION_TIMEOUT: ${LORATESTER_ELEVATION_TIMEOUT:-8}
|
||||
LORATESTER_TELEMETRY_LIMIT: ${LORATESTER_TELEMETRY_LIMIT:-5000}
|
||||
LORATESTER_TRACK_POINTS_LIMIT: ${LORATESTER_TRACK_POINTS_LIMIT:-10000}
|
||||
|
||||
volumes:
|
||||
loratester-data:
|
||||
Reference in New Issue
Block a user