Just basic golang and postgres docker poc.
Find a file
2020-09-15 14:53:57 +05:00
build Project dir restructing WIP 2 2020-09-11 12:13:41 +03: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 Build generation and dockerfile changes 2020-09-15 14:53:57 +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 docker container name 2020-09-05 08:17:10 +05:00
docker-compose.yml issue 4, 5 ,6 and 9 fixed 2020-09-14 18:16:47 +05:00
Dockerfile Build generation and dockerfile changes 2020-09-15 12:53:05 +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 Build generation and dockerfile changes 2020-09-15 14:53:57 +05: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