update readme
This commit is contained in:
@@ -12,3 +12,4 @@ docker-compose.yml
|
|||||||
docker-compose-db.yml
|
docker-compose-db.yml
|
||||||
Dockerfile
|
Dockerfile
|
||||||
.env.example
|
.env.example
|
||||||
|
README.md
|
||||||
|
|||||||
@@ -23,3 +23,10 @@ make run
|
|||||||
make build-builder
|
make build-builder
|
||||||
make build-linux
|
make build-linux
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Миграции
|
||||||
|
|
||||||
|
```shell
|
||||||
|
goose -dir ./migrations create {migration name} sql
|
||||||
|
goose -dir ./migrations postgres "user=postgres password=postgres host=localhost dbname=${REPO_NAME_SNAKE} sslmode=disable" up
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user