Compare commits

...

2 Commits

Author SHA1 Message Date
e1bace9044 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>
2026-01-11 17:06:40 +00:00
09f2d2b013 More RAM. 2026-01-11 13:12:09 +00:00
2 changed files with 2 additions and 2 deletions

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"
}

View File

@@ -29,7 +29,7 @@ job "weewx" {
}
resources {
memory = 1024
memory = 1500
}
}