TOMToolkit / tom_base

The base Django project for a Target and Observation Manager
https://tom-toolkit.readthedocs.io
GNU General Public License v3.0
26 stars 46 forks source link

Documentation: How to Dockerize your TOM #723

Open phycodurus opened 1 year ago

phycodurus commented 1 year ago

This documentation probably is a per-requisite to any further deployment documentation. It would cover

Issues with how to connect to an externa (probably dockerized) database and how to persist the database files should also be explained.

related:

jchate6 commented 1 month ago

@phycodurus has your experience with @mpgh helped with this?

mpgh commented 1 month ago

it certainly helped me, there are a few system related things to be done, e.g. disable keyring, connect to a dockerized db, update/add whitenoise middleware to settings. Depending on users like myself, still some more reading as far as poetry and docker knowledge is required.