docker-compose up --build
docker-compose down -v --remove-orphans
http://localhost:8080/swagger/index.html
go get -u github.com/swaggo/swag/cmd/swagexport PATH=$(go env GOPATH)/bin:$PATHswag init -g docs/swagger.gogo install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latestexport PATH=$PATH:$(go env GOPATH)/binmigrate -path ./migrations \
-database "postgres://<user>:<password>@<host>:5432/<dbname>?sslmode=require" \
up