Skip to content

An experiment to test linking Docker containers together using Compose

Notifications You must be signed in to change notification settings

kyrielia/docker-compose-experiment

Repository files navigation

Docker-Compose-Experiment

An experiment to link two Docker containers together using Docker Compose. One container is a Hello World style Spring Boot application, and the other container is a Redis database.

To get working:

./gradlew clean build
docker-compose build
docker-compose up

About

An experiment to test linking Docker containers together using Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages