Commit Graph

10 Commits

Author SHA1 Message Date
Copple
893fb1fa4e prettier 2022-10-05 20:31:31 +08:00
dng
b2906f5a1a Update apps/reference/docs/guides/cli/local-development.mdx 2022-10-03 16:26:45 -07:00
Alex Currie-Clark
ab794c0857 Note for accessing services across docker containers
I spent a few hours today trying to work out why I couldn't connect to my local Supabase DB from a local Supabase function. It dawned on me that the `SUPABASE_DB_URL` included the `localhost` string, which would attempt to connect to the DB on the same container as the functions are hosted.

Swapping out `localhost` for `host.docker.internal` fixed the issue. Thought it would be worth documenting. Happy to amend or move to a more appropriate place if needs be.
2022-09-30 10:12:44 +01:00
dannykng
390be9ac6b Clean up "Local Development" guide 2022-08-15 18:13:14 -07:00
dannykng
cbf3aaf9ff Update links 2022-08-15 18:12:46 -07:00
Han Qiao
38e5bfff5f Consistently link all commands in guides to cli usage (#8314)
Link more commands in guide to cli usage
2022-08-15 17:04:30 +08:00
Han Qiao
b576c6c671 Fix links in new docs (#8312)
* wip

* Fix broken links in local development

* Sync diagram images with old site

* Make copied commands work

* Fix architecture link

* Fix demo repo link
2022-08-15 15:40:39 +08:00
Qiao Han
f0f101f6e1 Run prettier 2022-08-15 01:19:03 +08:00
Qiao Han
1bb0134644 Add ci / cd workflow guide and assets 2022-08-15 01:09:42 +08:00
Qiao Han
e42b7bb255 Move local development to be under cli 2022-08-15 00:36:58 +08:00