feat: replace IP with tailscale url

This commit is contained in:
Max Koon
2025-10-23 16:19:00 -04:00
parent 92a2057179
commit b428ce172d
12 changed files with 186 additions and 90 deletions

View File

@@ -25,10 +25,14 @@ processes:
initial_delay_seconds: 2
period_seconds: 1
tailscale_machine_name:
command: "pnpm tsx ./scripts/set-machine-name.ts"
expo:
command: "pnpm start"
environment:
- "DATABASE_URL=postgresql://postgres@localhost:5432/money"
depends_on:
tailscale_machine_name:
condition: process_completed_successfully
api:
command: "pnpm run dev"