fix(swarm): add runAsUser: 1001 to all swarm containers (#44)
This commit is contained in:
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user