Updated docker compose syntax with respect to dependencies to maintain consistency with the upstream docker-compose role.

This commit is contained in:
2026-02-08 22:28:14 +00:00
parent 2585dbffd1
commit 7b2081b94c
6 changed files with 48 additions and 8 deletions

View File

@@ -0,0 +1,20 @@
---
sources:
- name: WeatherfeederNATS
driver: nats
params:
url: nats://nats:4222
subject: weatherfeeder
# Optional source tuning:
# max_batch: 256
# receive_wait: 25ms
sinks:
- name: stdout
driver: stdout
params: {}
routes:
- sink: stdout
kinds: []
...