jogoodma / homology-explorer

A tool for exploring orthology and paraology relationships in model organism species.
MIT License
1 stars 0 forks source link

Add a docker compose production environment #3

Closed jogoodma closed 1 year ago

jogoodma commented 1 year ago

This commit adds support for a production environment running in docker. It has three containers:

The proxy is the only exposed port and is solely responsible for directing /api* traffic to the Python API container and all other traffic to the React container.