Fix marketplace DB: revert workingDir, add NEURON_MARKETPLACE_DB_PATH

workingDir: /data broke the JVM (app.jar is a relative path in /app).
Add NEURON_MARKETPLACE_DB_PATH=/data/neuron-marketplace.db env var
following the same pattern as NEURON_DB_PATH for the core DB.
This commit is contained in:
Will Anderson
2026-04-26 01:49:48 -05:00
parent bb89b8e5f5
commit ddaab28638
2 changed files with 1 additions and 1 deletions
@@ -7,6 +7,7 @@ data:
SPRING_PROFILES_ACTIVE: "prod"
NEURON_DATA_DIR: "/data"
NEURON_DB_PATH: "/data/neuron.db"
NEURON_MARKETPLACE_DB_PATH: "/data/neuron-marketplace.db"
NEURON_STORAGE_PATH: "/data"
SERVER_TOMCAT_ACCESSLOG_ENABLED: "true"
# Prod: minimal surface — never expose internals
@@ -42,7 +42,6 @@ spec:
- name: neuron-mcp
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.15.3
imagePullPolicy: Always
workingDir: /data
ports:
- name: http
containerPort: 8080