Just basic golang and postgres docker poc.
Find a file
2020-09-15 15:10:09 +03:00
build docker file path in docker compose and cleaning of extra docker file found in project 2020-09-15 16:31:48 +05:00
cmd issue 4, 5 ,6 and 9 fixed 2020-09-14 18:16:47 +05:00
configs Build generation and dockerfile changes 2020-09-15 14:53:57 +05:00
internal/app relative paths 2020-09-15 16:15:26 +05:00
scripts/db issue conflict resolved 2020-09-11 19:11:00 +05:00
.env More restructuring WIP 3a 2020-09-11 17:24:55 +03:00
.gitignore Small changes 2020-09-15 15:10:09 +03:00
docker-compose.yml docker file path in docker compose and cleaning of extra docker file found in project 2020-09-15 16:31:48 +05:00
go.mod Build generation and dockerfile changes 2020-09-15 14:53:57 +05:00
LICENSE Initial commit 2020-09-04 13:57:46 +00:00
Makefile Small changes 2020-09-15 15:10:09 +03:00
README.md More restructuring WIP 3b 2020-09-11 18:58:54 +03:00

Just basic golang and postgres docker poc.

To build docker compose docker-compose up --build

To run docker compose docker-compose up -d

To connect with psql using following command docker exec -it genitywebapp_db_1 psql -U root_user -W db_genity