This commit is contained in:
2026-01-04 11:32:33 +01:00
parent 16cc9c1cb4
commit 8423227ae2
3 changed files with 77 additions and 26 deletions

View File

@ -8,7 +8,7 @@ services:
# Install dependencies and run exporter
entrypoint: |
sh -c "pip install --no-cache-dir paho-mqtt && python ttn-vegapuls-exporter.py"
sh -c "pip install --no-cache-dir paho-mqtt && python ttn-vegapulsair-exporter.py"
working_dir: /app
@ -18,7 +18,7 @@ services:
# Mount application files (read-only)
volumes:
- ./ttn-vegapuls-exporter.py:/app/ttn-vegapuls-exporter.py:ro
- ./ttn-vegapulsair-exporter.py:/app/ttn-vegapulsair-exporter.py:ro
- ./config.py:/app/config.py:ro
# Environment variables