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:
@@ -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" ]
|
||||
|
Reference in New Issue
Block a user