https://supertokens.com/ logo
docker compose
b

Burn It To The Ground

04/28/2023, 8:08 PM
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

rp

04/29/2023, 5:37 AM
that is correct @Burn It To The Ground