Is it possible to disable executing database migration script when starting grafana as docker container?

Hello All,

I am running Grafana ver 6.7.4 as a docker container and my use case is i am using postgres db as datasource to query the data from table ‘x’ and display it in grafana dashboard, and I don’t want to have grafana tables created in my db i.e. basically disabling migration script which is creating all grafana tables in the db.

Is there a way to achieve this behavior? Is there any configuration to do this?

Thanks,
Ketan