Skip to content

disco07/docker-golang-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-golang-postgres

Dockerize golang apps

Getting Started

Prerequisites

  • Text editor i.e Golang-JetBrains 🔥
  • You may need to have the following dependacies installed on your computer:
  • Golang
  • Setup

    On Golang-JetBrains, open the terminal and do the following steps

    Clone this repository

    git clone https://github.com/disco07/docker-golang-postgres
    cd docker-golang-postgres

    Installation

    go install

    To Run

    To build images and start container

    docker-compose up --build