Skip to content

Commit

Permalink
Merge pull request #23 from supabase/release/port
Browse files Browse the repository at this point in the history
fix: add example for release
  • Loading branch information
kiwicopple authored Dec 30, 2021
2 parents c5258da + 38914f0 commit 29dcdc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ This server synchronizes your Stripe account to a Postgres database. It can be a
- Make sure the database URL has search_path `stripe`. eg: `DATABASE_URL=postgres://postgres:postgres@hostname:5432/postgres?sslmode=disable&search_path=stripe`
- Run `dbmate up`
- Deploy the [docker image](https://hub.docker.com/r/supabase/stripe-sync-engine) to your favourite hosting service and expose port `8080`
- eg: `docker run -e PORT=8080 --env-file .env supabase/stripe-sync-engine`
- Point your Stripe webooks to your deployed app.
## Future ideas

Expand Down

0 comments on commit 29dcdc9

Please sign in to comment.