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>
This commit is contained in:
@@ -28,8 +28,12 @@ services:
|
||||
- proxy
|
||||
|
||||
# Pooler: fixer Hostname damit Erlang-VM den eigenen Namen auflösen kann
|
||||
# Port 5432 auf 54322 umgemappt falls Host-5432 schon belegt ist
|
||||
supavisor:
|
||||
hostname: supabase-pooler
|
||||
ports:
|
||||
- "54322:5432"
|
||||
- "6543:6543"
|
||||
|
||||
# Nightly Scheduler: APNs-Ping + Resonance-Milestones
|
||||
# ⚠️ APNs: erfordert bezahlten Apple Developer Account ($99/Jahr)
|
||||
|
||||
Reference in New Issue
Block a user