Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/macktb/composer
- Owner: macktb
- Created: 2024-06-06T21:00:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T15:40:59.000Z (7 months ago)
- Last Synced: 2025-01-10T16:54:16.030Z (6 days ago)
- Topics: docker, docker-compose
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.