fix(swarm): add runAsUser: 1001 to all swarm containers (#44)

This commit is contained in:
2026-04-27 05:13:50 +00:00
parent f8e3db6d94
commit b2940c70e0
7 changed files with 10 additions and 2 deletions
@@ -82,7 +82,8 @@ spec:
restic snapshots 2>/dev/null || restic init
restic backup \
/data/neuron-prod.db \
/data/neuron.db \
/data/mcp-sessions.db \
--tag neuron-prod \
--host legion \
--exclude '*.db-shm' \
@@ -110,7 +111,8 @@ spec:
restic snapshots 2>/dev/null || restic init
restic backup \
/data/neuron-prod.db \
/data/neuron.db \
/data/mcp-sessions.db \
--tag neuron-prod \
--host legion \
--exclude '*.db-shm' \