Fix phaseflow PocketBase URL to use Nomad address

Docker containers in Nomad don't share network namespace by default.
Use NOMAD_ADDR_pocketbase interpolation instead of localhost.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-11 17:06:40 +00:00
parent 09f2d2b013
commit e1bace9044

View File

@@ -73,7 +73,7 @@ job "phaseflow" {
env {
NODE_ENV = "production"
POCKETBASE_URL = "http://localhost:8090"
POCKETBASE_URL = "http://${NOMAD_ADDR_pocketbase}"
APP_URL = "https://phaseflow.v.paler.net"
EMAIL_FROM = "phaseflow@paler.net"
}