Skip to content

Added Docker and docker-compose to run API and MySQL#48

Open
ramdesh wants to merge 10 commits intomainfrom
docker-compose
Open

Added Docker and docker-compose to run API and MySQL#48
ramdesh wants to merge 10 commits intomainfrom
docker-compose

Conversation

@ramdesh
Copy link
Collaborator

@ramdesh ramdesh commented Jul 23, 2022

Added the following:

  • README
  • Dockerfile for admin API
  • docker-compose for both MySQL and Admin API

@@ -1,5 +1,5 @@
configurable string dbHost = "dbHost";
configurable string dbHost = "medicinesforlk-mysql";
Copy link
Collaborator

@AmilaJ AmilaJ Jul 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file commit is not required, or is this needed to work with docker image?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AmilaJ yes, I'm using it for the MySQL Docker image I'm creating.

@ramdesh
Copy link
Collaborator Author

ramdesh commented Jul 24, 2022

@AmilaJ I've confirmed that the Docker config is working. Can you test and see if it's working for you too? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants