Add traefik (#1916)

* Add mosquitto broker
* Add documetation to mosquitto
* Add traefik
This commit is contained in:
Luis Coutinho
2019-02-09 11:25:21 +00:00
committed by Shao Yu-Lung (Allen)
parent d27f4368ee
commit eb0c941313
6 changed files with 136 additions and 1 deletions

7
traefik/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM traefik:1.7.5-alpine
LABEL maintainer="Luis Coutinho <luis@luiscoutinho.pt>"
COPY traefik.toml acme.json /
RUN chmod 600 /acme.json