1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-02 21:25:14 +00:00

Add nginx for healthcheck route

This commit is contained in:
Girish Ramakrishnan
2018-02-26 16:28:45 -08:00
parent ee5dc6e5b8
commit 310b9443b0
6 changed files with 78 additions and 9 deletions

View File

@@ -9,6 +9,11 @@ RUN mkdir -p /app/code \
WORKDIR /app/code
# add supervisor configs
ADD supervisor/* /etc/supervisor/conf.d/
RUN ln -sf /run/syncthing/supervisord.log /var/log/supervisor/supervisord.log
ADD nginx.conf /app/code/nginx.conf
ADD start.sh /app/code/start.sh
CMD [ "/app/code/start.sh" ]