Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/macktb/composer

Task Manager with Docker-compose
https://github.com/macktb/composer

docker docker-compose

Last synced: 5 days ago
JSON representation

Task Manager with Docker-compose

Awesome Lists containing this project

README

        

# Task Manager with docker-compose
- In this project, we create a command file (docker-compose) defining services, dependencies, and other configurations.
- create a MongoDB service;
- create a network and a volume;
- create the task manager service;
- add a port and a network to task manager service;
- start the services;
- fix the typo and restart the services;
- Stop the services, remove containers, networks, and volumes;
- Delete the hyper-service image from the system.