Login et discovery MQTT
This commit is contained in:
13
idiamant/Dockerfile
Normal file
13
idiamant/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM python:3-alpine
|
||||
|
||||
ENV MQTT_PORT 1883
|
||||
ENV MQTT_HOST mqtt
|
||||
ENV MQTT_TOPIC homeassistant
|
||||
ENV IDIAMANT_PULL_STATUS 5
|
||||
WORKDIR /usr/src/idiamant
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
CMD ["python", "-u", "server.py"]
|
||||
Reference in New Issue
Block a user