cleanup
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user