Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho authored Jun 30, 2024
1 parent 145733c commit d4fefa1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@

# How to depoy

1. yarn build in /web
2. fly deploy in /api
## set env var

```sh
DATABASE_URL: db url
JWT_AUDIENCE: audience_xxx
JWT_SECRET: jwt_secret_xxx
```
## check docker-compose.yaml

docker-compose up -d

# Develop

set DATABASE_URL base on env.sh
set env var DATABASE_URL, JWT_AUDIENCE, JWT_SECRET

0 comments on commit d4fefa1

Please sign in to comment.