Project dir restructing WIP 3

This commit is contained in:
Şhah İSMAİL 2020-09-11 17:01:41 +03:00
parent 4c2414fa0a
commit aa89c13a3c
Signed by: shah
GPG key ID: B2B1222785F81AA8
2 changed files with 4 additions and 3 deletions

View file

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

View file

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