chore: add docker-compose for local postgres container
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon 2025-05-21 14:31:57 +02:00 committed by moritz
parent 32d2fc1062
commit c4bd424163
4 changed files with 30 additions and 2 deletions

View file

@ -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: