joaomarcuslf / docker-golang-api-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auth-blog-service

Actions Workflow

How to Start Development

  1. Copy sample.env to .env and rename the variables if you need
  2. Build the images and run the containers:
$ cp sample.env .env
$ docker-compose up --build -d
$ docker-compose logs -f api

About


Languages

Language:Go 71.0%Language:Dockerfile 19.2%Language:Shell 9.8%