How can I connect it?
Hi James,
If the database is running on the same host as the Charts Docker container but not in Docker container, depending on your Docker version you may try:
For Docker versions 18.03 and later:
mongodb://host.docker.internal.172.17.0.1.For Docker versions 17.06 up to but not including 18.03:
mongodb://docker.for.win.localhost.mongodb://docker.for.mac.localhost.172.17.0.1.See also Test connection to the Charts metadata database
If you still have a difficulty in connecting Charts to a datasource, could you please provide:
Regards,
Wan.