OpenChartProject/OpenChart-web

Fix umami DB not initializating correctly

Kangaroux opened this issue · 0 comments

The DB normally initializes the schema using a local .sql file but because we're using docker swarm the file isn't available on the remote machine when we do the deploy.

The obvious solution that comes to mind is to create a postgres image that has the schema already in it, so instead of doing a mount it's just already included.