Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Latest commit

 

History

History

docker-compose

Docker Compose Files

This folder contains docker-compose files for an easy setup of the required development environment.

  • Start with docker-compose -f PATH-TO-FILE up -d.
  • Stop with docker-compose -f PATH-TO-FILE down.

Attention

These docker-compose files are for development purposes. Do not use in production.