DDMAL / VIM

The Virtual Instrument Museum website repository
MIT License
0 stars 2 forks source link

Dockerize Django run #4

Closed zhannaklimanova closed 10 months ago

zhannaklimanova commented 1 year ago

Create a simple Docker wrapper for running Django runserver so that the website can be deployed from a container instead of a virtual environment.

dchiller commented 1 year ago

We can borrow a lot of these configurations for Django and nginx from other dockerized websites we run (Cantus Ultimus, etc)

ahankinson commented 1 year ago

Please don't use runserver in any sort of "live" environment, including a deployed dev server. It's intended to be used locally only.