Skip to content

Commit

Permalink
docs: Add troubleshooting section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Dec 20, 2023
1 parent 6b55c78 commit a7d3c86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ To stop the containers, press `ctrl-c` or (in another terminal) run

## Production build
A production build should define its own `docker-compose.yaml`, making use of the `Dockerfile` of the `backend` and `frontend` environments. It should also define a custom .env file, with safe passwords for the SQL database and the Python backend. Instead of mounting the entire backend and frontend directory and using the development servers, the backend should serve with gunicorn, and the frontend should use a build script to compile static html, css and JavaScript.

## Troubleshooting

Please refer to the [wiki](https://github.com/Amsterdam-Music-Lab/MUSCLE/wiki/X.-Troubleshooting) a checklist of common issues and their solutions.

0 comments on commit a7d3c86

Please sign in to comment.