wuvt / trackman

WUVT's track logging web-app
GNU Affero General Public License v3.0
4 stars 3 forks source link

Fix local embedded database issues #172

Open EMachin3 opened 1 year ago

EMachin3 commented 1 year ago

This pull request includes a few changes that I made while trying to get trackman to run on my local machine for testing purposes. After implementing these changes, in addition to adding a config.json file and a service_account file as well as creating an OAuth application within the WUVT domain, I was able to run a trackman instance on localhost.

jbellerb commented 1 year ago

The more I think about this, the more I feel like the embedded database approach for development doesn't make much sense. If you're using it in the main container, it also needs to be enabled in the scheduler, but then you need to set up a shared volume between the containers, and at that point having the same Postgres database used in production running with docker-compose is easier so why even bother?