https://github.com/mehmetpekdemir/dockerization
Dockerization
https://github.com/mehmetpekdemir/dockerization
Last synced: 3 months ago
JSON representation
Dockerization
- Host: GitHub
- URL: https://github.com/mehmetpekdemir/dockerization
- Owner: mehmetpekdemir
- Created: 2020-12-15T20:20:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T07:28:00.000Z (almost 5 years ago)
- Last Synced: 2023-03-01T07:32:43.358Z (over 2 years ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerization
### Dockerization of spring boot application
-----------------------
### Requirements
For building and running the application you need:
- [JDK 11](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html)
- [Maven](https://maven.apache.org)
- [Docker](https://www.docker.com/)
- [MySQL](https://www.mysql.com/)-----------------------
### Build & Run
- mvn clean install
- docker-compose -f docker-compose.yml up -d
-----------------------
### Ports
```
application : http://localhost:8084/hello
phpMyAdmin : http://localhost:8082/
```