Add a traefik frontend with basic features

This commit is contained in:
kaiyou
2017-09-10 18:07:19 +02:00
parent 856d6176ca
commit 9fc3ef4dd1
7 changed files with 107 additions and 4 deletions

8
traefik/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM traefik:alpine
RUN apk add --no-cache bash
COPY conf /conf
COPY start.sh /start.sh
CMD /start.sh