Institute of Computer Science
  1. Courses
  2. 2023/24 spring
  3. Enterprise System Integration (MTAT.03.229)
ET
Log in

Enterprise System Integration 2023/24 spring

  • Home
  • Lectures
  • Practicals
  • Assignements
  • Project and exam
  • Message Board

Session 3.4: Docker compose, and play with Docker

  • Docker compose presentation

You can clone the related code from this GitHub branch

$ git clone https://github.com/M-Gharib/ESI-W3-DockerCompose.git

Docker Compose

Docker Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration.

The key features of Compose that make it effective are:

  • Have multiple isolated environments on a single host
  • Preserves volume data when containers are created
  • Only recreate containers that have changed
  • Supports variables and moving a composition between environments

1. Creating a Docker Compose File (YAML) for a Spring Boot Project and PostgreSQL

2. Play with Docker

  • Institute of Computer Science
  • Faculty of Science and Technology
  • University of Tartu
In case of technical problems or questions write to:

Contact the course organizers with the organizational and course content questions.
The proprietary copyrights of educational materials belong to the University of Tartu. The use of educational materials is permitted for the purposes and under the conditions provided for in the copyright law for the free use of a work. When using educational materials, the user is obligated to give credit to the author of the educational materials.
The use of educational materials for other purposes is allowed only with the prior written consent of the University of Tartu.
Terms of use for the Courses environment