Initil Commit

This commit is contained in:
Dustin Pianalto
2019-08-25 15:20:43 -08:00
commit 4b5edfb35f
111 changed files with 3319 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM traefik:alpine
RUN mkdir -p /etc/traefik/acme
RUN touch /etc/traefik/acme/acme.json
RUN chmod 600 /etc/traefik/acme/acme.json
COPY ./compose/production/traefik/traefik.toml /etc/traefik