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.
- Host: GitHub
- URL: https://github.com/h0r15h0/dockerized-gin-template
- Owner: H0R15H0
- Created: 2021-06-11T13:41:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T13:43:18.000Z (about 5 years ago)
- Last Synced: 2025-10-25T21:37:32.339Z (8 months ago)
- Topics: docker, docker-compose, gin
- Language: Go
- Homepage:
- Size: 6.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```