Channel name cleanup

This commit is contained in:
Daniel Pupius
2025-05-02 15:21:50 -07:00
parent 0279d5fcd4
commit ba9c8d9221
4 changed files with 18 additions and 1 deletions

View File

@@ -35,6 +35,9 @@ services:
- MESHSTREAM_LOG_LEVEL=${MESHSTREAM_LOG_LEVEL:-info}
- MESHSTREAM_VERBOSE_LOGGING=${MESHSTREAM_VERBOSE_LOGGING:-false}
- MESHSTREAM_CACHE_SIZE=${MESHSTREAM_CACHE_SIZE:-1000}
# Channel keys for decryption
- MESHSTREAM_CHANNEL_KEYS=${MESHSTREAM_CHANNEL_KEYS:-}
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://localhost:8080/api/status"]