feat: implement mqtt ingestion, parsing, and archive pipeline
This commit is contained in:
@@ -87,6 +87,20 @@ services:
|
||||
SMTP_TLS: "false"
|
||||
EMAILS_FROM_EMAIL: "noreply@example.com"
|
||||
|
||||
mqtt-ingestor:
|
||||
restart: "no"
|
||||
command:
|
||||
- python
|
||||
- -m
|
||||
- app.mqtt.ingestor
|
||||
|
||||
mqtt-parser-worker:
|
||||
restart: "no"
|
||||
command:
|
||||
- python
|
||||
- -m
|
||||
- app.mqtt.parser_worker
|
||||
|
||||
mailcatcher:
|
||||
image: schickling/mailcatcher
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user