Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1007 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 1007 Bytes

Docker Compose Makefile

license GitHub stars

A docker compose makefile template

Getting Started

Clone the repo, open a terminal and run

make

to see all the possible actions.

makefile

Prerequisites

Usage

Place the Makefile and config.env files on the same folder as your docker-compose.yml file. This makefile uses a docker-compose.override.yml file but of course you can rename it[check the config.env]

Sources

Overview of docker-compose CLI: Docker Compose

Authors

  • George Garyfallou - Initial work - gegaryfa

Acknowledgments

  • Hat tip to anyone whose code was used