UAL-RE / ReM

A Python web UI built on FastAPI to gather metadata to construct a README
MIT License
3 stars 1 forks source link

Feature: Containerized for deployment #20

Open astrochun opened 3 years ago

astrochun commented 3 years ago

This PR is WIP that was to containerize ReM for easy deployment. It uses nginx Unit. While I got the container to run, I had issues with accessing the document-based database for TinyDB. I was not able to figure out why. It seem to be a permission issue but a chmod within the Dockerfile didn't seem to fix it.

Closes #15