feat(ui+backend): base of data persistence
This commit is contained in:
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ down:
|
||||
docker-compose down -v --remove-orphans
|
||||
|
||||
db-shell:
|
||||
docker-compose exec postgres psql -Udaddy
|
||||
docker-compose exec postgres psql -Uguesstimate
|
||||
|
||||
migrate: build-server
|
||||
( set -o allexport && source .env && set +o allexport && bin/server -workdir "./cmd/server" -config ../../data/config.yml -migrate $(MIGRATE) )
|
||||
|
Reference in New Issue
Block a user