topic/cleaning #4

Merged
shah merged 23 commits from topic/cleaning into master 2022-05-31 14:53:59 +00:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 024ca0ef4b - Show all commits

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