Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Compose #3

Merged
merged 3 commits into from
Oct 9, 2021
Merged

Docker Compose #3

merged 3 commits into from
Oct 9, 2021

Conversation

NicholasKao1029
Copy link
Contributor

@NicholasKao1029 NicholasKao1029 commented Oct 8, 2021

Docker file for Backend app created.

Docker compose in root created

Database using Mysql Image 5.7 (No reason happy to change)

Dockerfile in Database folder not in use.

  • Opted to use image off of docker

Documentation added in README

ports:
- "8080:8080"
db:
image: mysql:5.7
Copy link
Member

Choose a reason for hiding this comment

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

Let's maybe use a newer version of mysql, maybe 8.0 or even latest. Maybe we could also create a dockerfile in ./database and create our own mysql image there too, we'll need it for mounting data and doing our own custom setups!

Copy link
Member

@Harin329 Harin329 left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks Nick!

@Harin329 Harin329 merged commit a473b17 into main Oct 9, 2021
@Harin329 Harin329 deleted the feature/docker-compose branch October 9, 2021 18:32
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