Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bayukp committed Feb 23, 2023
1 parent 396088d commit 674df29
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ Then you can config the other .env value later. Please refer to upstream repo fo
> `docker-compose -f docker-compose.yml -f ./docker/docker-compose.selfHosted.yml up -d`
> instead to make the storage persistance
If you saw connection refused when try to open the parabol app, since the migration and build need fully connected DB, after the container is created you might need to check parabol app log until you saw something like

```
2023-02-10T02:45:26.698581809Z app[web.1]: πŸ”₯πŸ”₯πŸ”₯ Server ID: 1. Ready for Sockets: Port 80 πŸ”₯πŸ”₯πŸ”₯
2023-02-10T02:45:30.390679700Z app[web.1]: πŸ’§πŸ’§πŸ’§ Server ID: 11. Ready for GraphQL Execution πŸ’§πŸ’§πŸ’§
2023-02-10T02:45:31.257729102Z app[web.1]: πŸ’§πŸ’§πŸ’§ Server ID: 1. Ready for GraphQL Execution πŸ’§πŸ’§πŸ’§
```

Then after that you can try to open again in the browser

## Dokku Deployment

The most preferred way if you want to deploy it on server
Expand Down

0 comments on commit 674df29

Please sign in to comment.