Run with PYTHONUNBUFFERED so we can always see log output

This commit is contained in:
Eric Eastwood
2026-08-07 15:12:32 -05:00
parent 3cb6c3484d
commit a23997ecab
+3
View File
@@ -203,6 +203,9 @@ EXPOSE 8008/tcp 8448/tcp
# SYNAPSE_ENABLE_METRICS=1).
EXPOSE 19090/tcp
# Python's `print()` buffers output by default, this tells Python to disable buffering.
ENV PYTHONUNBUFFERED=1
ENTRYPOINT ["/start.py"]
HEALTHCHECK --start-period=5s --interval=15s --timeout=5s \