feat: replace IP with tailscale url
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user