/DockerComposeMakefile

A docker compose makefile template

Primary LanguageMakefileMIT LicenseMIT

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