Files
meshstream/moat.yaml
Daniel Pupius e69fad97cb Add moat config
2026-03-14 20:30:11 -07:00

27 lines
546 B
YAML

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