vumik / docker-harbor

Simple local dev environment with Docker and other things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker - Harbor

Overview

Simple local dev environment with Docker and other things

Setup

  1. Download and install Docker with Docker Compose
  2. Clone repo into directory where you want to store your project.
  3. Create your own .env file from .env.example and set it parameters
  4. Clone or place your sources to application directory
  5. Comment services that you don't want to use in docker-compose.yml
  6. Start your containers with docker-compose up
  7. Just use ;)

P.S.

Pull requests are welcome

About

Simple local dev environment with Docker and other things


Languages

Language:Dockerfile 99.4%Language:Shell 0.6%