Skip to content

Commit

Permalink
Add known issues block
Browse files Browse the repository at this point in the history
  • Loading branch information
Set27 committed Aug 9, 2024
1 parent 1ab7146 commit 3c571c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions local-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,6 @@ Once the containers are running, you can access various services through the fol
- **Out of Memory**: If you are getting the `Worker (pid:14) was sent SIGKILL! Perhaps out of memory?` error, this is due to the number of processes started for the backend container consuming more memory than what is available. You can fix this by decreasing `MAX_WORKERS` in your `.env` file.
- **Unable to login to Traefik Dashboard**: Ensure that username and password is correct. If you are using zsh, `USERNAME` environment variable corresponds to the real user ID of the shell process, so you should use your user ID as the username.
- **Cannot login to Adminer**: Set 'System' to `PostgreSQL` and set the 'server' field should be `db`. The other fields should follow the values in your `.env` file.

## Known issues
- **Password does not match for user "postgres-tribe"**: https://github.com/StreetLamb/tribe/issues/84#issuecomment-2250219701

0 comments on commit 3c571c6

Please sign in to comment.