This commit is contained in:
2026-07-19 19:51:21 +00:00
committed by Typosaurus
parent 0b13729c04
commit de8ce7c0b2
179 changed files with 9307 additions and 897 deletions
+1
View File
@@ -31,6 +31,7 @@ RUN pip install --no-cache-dir ".[bots]" \
EXPOSE 10500
ENV DEVPLACE_WEB_WORKERS=2
ENV DEVPLACE_TEMPLATE_AUTO_RELOAD=0
HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=10s \
CMD curl -f http://localhost:10500/ || exit 1