Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 948 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 948 Bytes

Dockerfiles

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

Prerequisite

  1. Install Docker from here
  2. Run docker network create dev-net to create a network that widely used in this repository.

External Links

  1. Composerize is a tool to convert docker run command to docker-compose.yml