An open API service indexing awesome lists of open source software.

https://github.com/mehmetpekdemir/dockerization

Dockerization
https://github.com/mehmetpekdemir/dockerization

Last synced: 3 months ago
JSON representation

Dockerization

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/
```