A docker compose makefile template
Clone the repo, open a terminal and run
make
to see all the possible actions.
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
]
Overview of docker-compose CLI: Docker Compose
- George Garyfallou - Initial work - gegaryfa
- Hat tip to anyone whose code was used