memory-os/docker/worker
ClaudioDrews 16e394cd07 fix: align worker UID with host user (1000) for bind mount read access
Worker ran as appuser (UID 10001) but wiki files are owned by
host user hermes (UID 1000) with permissions 600. Changed
Dockerfile to create appuser with UID 1000 so the container
process can read bind-mounted wiki files.
2026-06-07 13:06:11 -03:00
..
services fix: resolve 5 easy Phase 4 performance/resilience issues 2026-06-03 11:53:18 -03:00
tasks fix(worker): add missing import os, Qdrant auth, and env config (#6) 2026-06-02 13:21:30 -03:00
Dockerfile fix: align worker UID with host user (1000) for bind mount read access 2026-06-07 13:06:11 -03:00
main.py fix: resolve 4 code-critical issues from Fase 2 audit 2026-06-03 10:54:53 -03:00
requirements.txt Initial commit: Memory OS — 6-layer memory architecture for Hermes Agent 2026-05-31 16:50:37 -03:00