fix: PGPASSWORD env var, neuron registry, gitea domain

- backup.tf: rename POSTGRES_PASSWORD → PGPASSWORD so pg_dumpall
  can authenticate (was silently failing for 2 days)
- neuron.yaml: fix image registry nook.family → neuralplatform.ai
- gitea.yaml: fix domain neuralplatform.dev → neuralplatform.ai
This commit is contained in:
Will Anderson
2026-03-24 08:08:40 -05:00
parent 1c8d7cecd8
commit 3518620360
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: neuron
image: registry.nook.family/neural-platform/neuron:latest
image: registry.neuralplatform.ai/neural-platform/neuron:latest
imagePullPolicy: Always
command:
- bash