This repository meant to manage my docker deployment container used for personal project or supporting work duties.
Service Name | Image Tag | Registry | Remarks |
---|---|---|---|
PostgreSQL | 13.7 |
Docker Hub | |
Redis | 7.0.4 |
Docker Hub | |
MySQL | 8.0.29 |
Docker Hub | |
n8n | latest |
Docker Hub | Workflow automation tool |
Elasticsearch | 7.15.2 |
- Install Docker from here
- Run
docker network create dev-net
to create a network that widely used in this repository.
- Composerize is a tool to convert
docker run
command todocker-compose.yml