Update README.md

This commit is contained in:
Maxime Cannoodt 2022-08-09 15:40:39 +02:00 committed by GitHub
parent 75d6ae868f
commit d951501923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,8 @@ The compose configuration will:
4. Automatically run `prisma migrate deploy` to keep the database schema up-to-date.
5. Start the storage service and web application after succesfuly database migration.
The docker-compose.yml file is suited for testing on a Windows-based system. If you are running locally on Linux or deploying to a server, you will have to change some of the configuration in the Compose file. See [this thread](https://github.com/mcndt/noteshare.space/issues/15) for more info.
## Environment variables
Both the **webapp** and **server** have use environment variables for configuration.