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

@ -13,7 +13,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Copy application files
COPY ttn-vegapuls-exporter.py .
COPY ttn-vegapulsair-exporter.py .
COPY config.py .
# Create non-root user
@ -34,4 +34,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
ENV PYTHONUNBUFFERED=1
# Run the exporter
CMD ["python", "ttn-vegapuls-exporter.py"]
CMD ["python", "ttn-vegapulsair-exporter.py"]