1eedaegon / deploy-storage-container

Make storage with continer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deploy-storage-container

most language

Make storage with continer

  • DB 컨테이너화를 위한 bash
  • 빠르게 컨테이너를 받아 띄워서 환경을 조성하기 위해 작성
  • 가장 최신화된 버전은 postgresql 버전
  • 만약 PG-ADMIN 같은 서비스를 쓴다면 접속 시 docker-compose.yml에 있는 맵핑된 host 이름을 쓸 것.

Getting started

  1. Clone repo
> git clone https://github.com/1eedaegon/deploy-storage-container
  1. Update credential and file name
# !WARNING: THIS IS CREDENTIAL
> mv ./.env.sample .env 
  1. Run deploy to compose
> ./01-deploy.sh
  1. Stop and remove container process
> ./98_remove.sh

About

Make storage with continer


Languages

Language:Shell 100.0%