ENV Update

This commit is contained in:
2026-03-07 01:19:37 +02:00
parent 98692359db
commit 95fde663ca
5 changed files with 116 additions and 14 deletions

View File

@@ -25,6 +25,10 @@ RUN mkdir -p /app/data && chown -R app:app /app
EXPOSE 8002
ENV HOST=0.0.0.0
ENV PORT=8002
ENV MAX_ACTIVITY_LOG_ENTRIES=400
ENV ADMIN_LOG_BROADCAST_LIMIT=200
ENV STALE_ROOM_CLEANUP_INTERVAL=5m
ENV STALE_ROOM_TTL=30m
USER app