https://github.com/oleksandr-moik/dockers-springboot
Three sb-services in each in own dokcer contsainer where they coneting to mysql-db in another container.
https://github.com/oleksandr-moik/dockers-springboot
docker docker-compose java spring-boot testing
Last synced: 2 months ago
JSON representation
Three sb-services in each in own dokcer contsainer where they coneting to mysql-db in another container.
- Host: GitHub
- URL: https://github.com/oleksandr-moik/dockers-springboot
- Owner: Oleksandr-Moik
- Created: 2019-09-27T12:59:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T13:29:56.000Z (over 4 years ago)
- Last Synced: 2025-03-28T17:21:54.142Z (over 1 year ago)
- Topics: docker, docker-compose, java, spring-boot, testing
- Language: Java
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockers-SpringBoot. Spring Boot project with using Dockers
Three sb-services in each in own dokcer contsainer where they coneting to mysql-db in another container.
## For start docker containers:
Run comand line and write and execute the commands below
### 1. This command will build the docker images
```
$ bash gradle_build_servise.sh
```
### 2. This command will run created images in containter and connect this containers in one working network
```
$ docker-compose up --build
```
### for Run containers in the background
```$ docker-compose up -d -- build```