Skip to content

Conversation

@gilbertotcc
Copy link

This PR would like to be an enhancement of the project. It removes startContainers.sh script in favor of Docker Compose that runs the containers required by the examples.

Furthermore, by means of gradle-docker-compose-plugin Gradle plugin (see here), Docker Compose is fully integrated with Gradle. That means:

  • compose up and compose down are made before and after tests;
  • containers can be started with composeUp task and stopped with composeDown task.

@gilbertotcc gilbertotcc changed the title Remove startContainers.sh in favor of Docker Compose (WIP) Remove startContainers.sh in favor of Docker Compose Mar 31, 2019
@gilbertotcc
Copy link
Author

Some tests fail. I think is due to some library versions. I'm going to fix them. I've already have a working branch at gilbertotcc/IDDD_Samples. I just need to check which are the libraries that I have to update (making less changes as possible).

@gilbertotcc gilbertotcc force-pushed the feature/add-docker-compose branch from 77ee845 to a36ab4d Compare March 31, 2019 15:08
@gilbertotcc
Copy link
Author

Issue has been fixed. See commit Fix database creation and update dependencies for changes.

@gilbertotcc gilbertotcc changed the title (WIP) Remove startContainers.sh in favor of Docker Compose Remove startContainers.sh in favor of Docker Compose Mar 31, 2019
@manuelprinz manuelprinz mentioned this pull request Sep 9, 2023
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.

1 participant