Feat: Create file for docker compose #1041
Labels
Category: Coding
Changes to code base or refactored code that doesn't fix a bug.
Type: Enhancement
New feature or request.
Is your feature request related to a problem? Please describe.
Currently we do not have a
docker-compose.yml
setup. This would be particularly useful when we move away from sqllite and start storing data on another type of database.Describe the solution you'd like
Create
docker-compose.yml
that will help in run multiple docker containers/services at the same time.For example, one container running postgres and another the backend flask app.
Additional context
Link to docs
The text was updated successfully, but these errors were encountered: