mirror of
https://github.com/dpup/meshstream.git
synced 2026-03-28 17:42:37 +01:00
Add moat config
This commit is contained in:
26
moat.yaml
Normal file
26
moat.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
name: meshstream
|
||||
dependencies:
|
||||
- go
|
||||
- node@20
|
||||
- pnpm
|
||||
- make
|
||||
- protoc
|
||||
- git
|
||||
- docker:dind
|
||||
grants:
|
||||
- github
|
||||
env:
|
||||
MESHSTREAM_MQTT_BROKER: mqtt.bayme.sh
|
||||
MESHSTREAM_MQTT_USERNAME: meshdev
|
||||
MESHSTREAM_MQTT_PASSWORD: large4cats
|
||||
MESHSTREAM_MQTT_TOPIC_PREFIX: msh/US/bayarea
|
||||
MESHSTREAM_SERVER_HOST: "0.0.0.0"
|
||||
MESHSTREAM_SERVER_PORT: "8080"
|
||||
MESHSTREAM_LOG_LEVEL: info
|
||||
MESHSTREAM_VERBOSE_LOGGING: "false"
|
||||
MESHSTREAM_CACHE_SIZE: "1000"
|
||||
hooks:
|
||||
pre_run: "cd /workspace/web && pnpm install"
|
||||
ports:
|
||||
web: 8080
|
||||
runtime: docker
|
||||
Reference in New Issue
Block a user