I'm relatively a newbie. I want to self host supertokens core. And i want to host it using docker. T...
b
I'm relatively a newbie. I want to self host supertokens core. And i want to host it using docker. The thing is, i use Mongodb as my actual database. But since supertokens afaik doesn't fully support it, i wanted to use MySql. In the
Step 3: Core > Self Hosted > With Docker
part, it provides a docker compose file which runs a mysql container and connects the supertokens core to it. Am i correct? So, i don't need to follow the
Database Setup
part since i'm not going to connect supertokens to my actual database? Here's the docker compose file btw; https://supertokens.com/docs/emailpassword/custom-ui/init/core/with-docker
r
that is correct @burnittotheground
5 Views