added files & variables for docker running

This commit is contained in:
2023-06-24 23:44:03 +02:00
parent 27336a52d5
commit cee1ecd5df
4 changed files with 1177 additions and 1 deletions

View File

@@ -15,4 +15,8 @@ RUN python3 get-pip.py --prefix=/usr/local
# Install Python dependencies
RUN python3 -m pip install requests
RUN pip install unidecode
RUN pip install unidecode
RUN rm entrypoint.sh
COPY entrypoint.sh /
COPY freebox-monit.py /usr/local/py
COPY telegraf.conf /etc/telegraf/telegraf.conf