Commit Graph

6 Commits

Author SHA1 Message Date
denshooter 8959485964 fix: remap supavisor host port 5432 to 54322
Avoids conflict if host port 5432 is already in use (e.g. local postgres).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 00:56:14 +02:00
denshooter 920476393e fix: correct supavisor service name in docker-compose override
The service is named 'supavisor' in the base compose file,
not 'supabase-pooler'.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 00:52:43 +02:00
denshooter 96f8cbc708 fix: set explicit hostname for supabase-pooler (Erlang DNS fix)
Supavisor (Erlang/Elixir) cannot start if it cannot resolve its own
hostname. Setting a fixed hostname solves the name resolution failure.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 00:51:04 +02:00
denshooter e787b5b7a4 fix: use npm install instead of npm ci in scheduler Dockerfile
npm ci requires a package-lock.json which is not present.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 00:35:36 +02:00
denshooter 79cf501c35 infrastructure: add realtime to proxy network for NPM
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23 23:35:34 +02:00
denshooter 5bc81d5b3b Initial commit: nightly iOS app + Supabase backend
iOS SwiftUI app with Supabase auth/realtime, Node.js backend,
Docker/Supabase self-hosted infrastructure, and APNs scheduler.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23 23:31:38 +02:00