chore: move from okfile to justfile
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
db.start: docker compose up -d
|
||||
db.stop: docker compose down
|
||||
db.reset: docker compose down -v --remove-orphans
|
||||
@@ -0,0 +1,9 @@
|
||||
_default:
|
||||
just --list db
|
||||
|
||||
start:
|
||||
docker compose up -d
|
||||
stop:
|
||||
docker compose down
|
||||
reset:
|
||||
docker compose down -v --remove-orphans
|
||||
Reference in New Issue
Block a user