mirror of
https://github.com/dpup/meshstream.git
synced 2026-03-28 17:42:37 +01:00
Fix paths for docker deployment
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
||||
- MESHSTREAM_GOOGLE_MAPS_ID=${MESHSTREAM_GOOGLE_MAPS_ID}
|
||||
- MESHSTREAM_GOOGLE_MAPS_API_KEY=${MESHSTREAM_GOOGLE_MAPS_API_KEY}
|
||||
ports:
|
||||
- "5446:5446"
|
||||
- "5446:8080"
|
||||
environment:
|
||||
# Runtime configuration with defaults from .env file or inline defaults
|
||||
# MQTT connection settings
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
|
||||
# Server configuration
|
||||
- MESHSTREAM_SERVER_HOST=${MESHSTREAM_SERVER_HOST:-0.0.0.0}
|
||||
- MESHSTREAM_SERVER_PORT=${MESHSTREAM_SERVER_PORT:-5446}
|
||||
- MESHSTREAM_SERVER_PORT=${MESHSTREAM_SERVER_PORT:-8080}
|
||||
- MESHSTREAM_STATIC_DIR=${MESHSTREAM_STATIC_DIR:-/app/static}
|
||||
|
||||
# Logging and debugging
|
||||
@@ -49,7 +49,7 @@ services:
|
||||
- MESHSTREAM_CHANNEL_KEYS=${MESHSTREAM_CHANNEL_KEYS:-}
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-q", "--spider", "http://localhost:5446/api/status"]
|
||||
test: ["CMD", "wget", "-q", "--spider", "http://localhost:8080/api/status"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
Reference in New Issue
Block a user