-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically extract MQTT credentials (#12)
- Loading branch information
1 parent
69b3f8a
commit e53eb19
Showing
5 changed files
with
153 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
FROM python:3.10.5-buster | ||
FROM python:3.11-alpine | ||
|
||
RUN apt update -y && apt upgrade -y | ||
LABEL maintainer="Yaroslav Berezhinskiy <[email protected]>" | ||
LABEL description="An implementation of a Prometheus exporter for EcoFlow portable power stations" | ||
|
||
RUN /usr/local/bin/python -m pip install --upgrade pip | ||
RUN apk update && apk add py3-pip | ||
ADD requirements.txt /requirements.txt | ||
RUN pip install -r /requirements.txt | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.