local builds & secrets

This commit is contained in:
Alex Graber
2021-02-05 16:52:24 -05:00
parent 15c4857a4b
commit ef3a073af5
6 changed files with 152 additions and 24 deletions

View File

@ -43,6 +43,6 @@ RUN yarn install
RUN rm -rf /etc/services.d/frontend RUN rm -f /etc/nginx/conf.d/dev.conf
VOLUME [ "/data", "/etc/letsencrypt" ]
CMD [ "/init" ]
ENTRYPOINT [ "/init" ]
HEALTHCHECK --interval=5s --timeout=3s CMD /bin/check-health