Skip to content

Docker compose collection used in my development work

Notifications You must be signed in to change notification settings

vriyashartama/dockerfiles

Repository files navigation

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

About

Docker compose collection used in my development work

Resources

Stars

Watchers

Forks