Docker Compose file not working

How do you connect your frontend website to your self-hosted backend ? There are no option to provide a custom plasmic admin pannel address instead of studio.plasmic.app.

I’ve deployed plasmic successfully but still have a problem to connect to it a new plasmic project.

Here is the issue:

yarn create plasmic-app

If your browser doesn't automatically open, enter the following URL:
https://studio.plasmic.app/auth/plasmic-init/****************************

It ask for studio.plasmic.app instead of my localhost:3003 domain.

This environment variable doesn’t help:

PLASMIC_DEFAULT_HOST=http://localhost:3003 yarn create plasmic-app