I’m trying to run some test on keeping the server healthy in docker swarm and I ran into an issue.
I’m using the online setup with postgresql, postgresql persists the data and on second startup it sees that there’s already a database and uses it.
However the server tells me its using sqlite and that it’s reccomended for testing purposes only. Whenever I kill the container and start it up again I lose the logins and data.
I’ve looked into the documentation and saw no mention of this, any way to change it?