Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rmarieta authored Mar 21, 2024
1 parent 56852d2 commit 992ea71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ The backend consists in:
- Flask containers running behind the load balancer and served over Gunicorn to enable multi-threading.
- A Redis container to coordinate websocket connections/messages while having multiple Flask processes running at the same time.

To use this code, first rename `.env.example` to `.env` and set your own values.

To start the containers, a `run.sh` shell script is provided. It can be run with the following options:

- `-e`/`--env` : which has to be provided and is either of `debug`, `dev` and `prod`. This will determine which `docker-compose` will be used.
Expand Down

0 comments on commit 992ea71

Please sign in to comment.