Files
laermsensor-stack/README.md
T

11 lines
577 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# sensor-stack
Monorepo fuer den noisesensors-Stack (esprimo, Dockge: /opt/stacks/esprimo/noisesensors).
- **readin/** Sensordaten von sensor.community -> InfluxDB/MongoDB (Cron). Image `docker.citysensor.de/readin`
- **sensorapi/** Backend-API (liest Influx/Mongo). Image `docker.citysensor.de/sensorapi`
- **noise/** Web-Frontend (laerm_web, nutzt sensorapi). Image `docker.citysensor.de/noise`
Deploy je Service: `cd <dir> && ./deploy.sh` (nativer amd64-Build -> Registry),
dann `cd /opt/stacks/esprimo/noisesensors && docker compose up -d <service>`.