An open API service indexing awesome lists of open source software.

https://github.com/jcsnp/gin-postgres-docker


https://github.com/jcsnp/gin-postgres-docker

docker docker-compose gin postgresql

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# GIN + POSTGRESQL in Docker container

after cloing repository. run this command in your terminal to start container

```
make start
```

if you want to stop container, run this

```
make stop
```

please make sure that you installed and running docker