FudanSELab / train-ticket

Train Ticket - A Benchmark Microservice System
http://139.196.152.44:32677
Apache License 2.0
683 stars 235 forks source link

Docker Compose Fixes #250

Open akshathsk opened 1 year ago

akshathsk commented 1 year ago

The docker-compose build and deployment (https://github.com/FudanSELab/train-ticket/wiki/Installation-Guide/#docker-commpose) was giving an issue because the docker-compose.yml file was not in sync.

This PR updates the docker-compose.yml to successfully build the images.

Updated the build stage image to openjdk:8-jre as manifest for java:8-jre was not found.