add zeroconf discovery

This commit is contained in:
Blake Blackshear
2020-12-03 08:00:23 -06:00
parent cc0812540c
commit 8785be24b7
3 changed files with 61 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ RUN apt-get -qq update \
RUN pip3 install \
peewee \
zeroconf \
voluptuous
COPY nginx/nginx.conf /etc/nginx/nginx.conf