How to add MySQL and PostgreSQL to Docker #160
-
I checked the Docker configuration/docker-compose file in that only MongoDB is getting installed. I want to install two other databases.
How to modify the file and configure these two RDBMS? Regards, Yogesh |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Typically you would only add this as new sections to the docker-compose file. For MySQL:
And Postgres:
These are just examples. |
Beta Was this translation helpful? Give feedback.
-
Would it be possible to define Environment variables which LC would pickup for connecting with Other Database services added? |
Beta Was this translation helpful? Give feedback.
-
Can add another instance of Mongo? |
Beta Was this translation helpful? Give feedback.
Typically you would only add this as new sections to the docker-compose file.
For MySQL: