Merge branch 'topic/cleaning' of ssh://source.smarticlelabs.com:2222/shah/POC-golang-postgres-docker into topic/cleaning

This commit is contained in:
Shaz hemani 2020-09-11 19:07:12 +05:00
commit 024ca0ef4b
No known key found for this signature in database
GPG key ID: 976B8B017678D5AC
2 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,10 @@
export NAME=genitywebapp
build: build:
docker-compose build docker-compose build
run: run: build
COMPOSE_PROJECT_NAME=genitywebapp docker-compose up --build docker-compose up
build-binary: build-binary:
GOOS=linux GOARCH=amd64 go build GOOS=linux GOARCH=amd64 go build

View file

@ -1,4 +1,3 @@
COMPOSE_PROJECT_NAME=genitywebapp
dbhost=genityapp_db_1 dbhost=genityapp_db_1
dbport=5432 dbport=5432
dbuser=root_user dbuser=root_user