mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
feat: Misskey channel adapter, agent reliability hardening & stream error resilience (#359)
This commit is contained in:
@@ -39,6 +39,6 @@ RUN for core in $(echo "$BROWSER_CORES" | tr ',' ' '); do \
|
||||
EXPOSE 8083
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=3s --start-period=10s --retries=3 \
|
||||
CMD curl -sf http://127.0.0.1:8083/health || exit 1
|
||||
CMD curl -sf http://$(hostname):8083/health || exit 1
|
||||
|
||||
CMD ["bun", "run", "dist/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user