chore: add docker-compose for local postgres container
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
32d2fc1062
commit
c4bd424163
4 changed files with 30 additions and 2 deletions
5
Justfile
5
Justfile
|
|
@ -1,4 +1,4 @@
|
|||
run: install-dependencies migrate-database
|
||||
run: install-dependencies start-database migrate-database
|
||||
mix phx.server
|
||||
|
||||
install-dependencies:
|
||||
|
|
@ -10,6 +10,9 @@ migrate-database:
|
|||
reset-database:
|
||||
mix ash.reset
|
||||
|
||||
start-database:
|
||||
docker compose up -d
|
||||
|
||||
ci-dev: lint audit test
|
||||
|
||||
lint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue