An open API service indexing awesome lists of open source software.

https://github.com/h0r15h0/dockerized-gin-template

🐳 This is a shortcut to build gin environment with docker.
https://github.com/h0r15h0/dockerized-gin-template

docker docker-compose gin

Last synced: 3 months ago
JSON representation

🐳 This is a shortcut to build gin environment with docker.

Awesome Lists containing this project

README

          

# README

# Requirement
Docker
docker-compose

# Usage
``` bash
$ git clone git@github.com:H0R15H0/dockerized-gin-template.git PRODUCTNAME
$ cd PRODUCTNAME
$ docker-compose up --build
```

# Change remote repository
```
$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
```