Skip to content

Commit

Permalink
chore: fix make reset-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Jan 17, 2025
1 parent 6de8c8e commit a750434
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clean-deps:
docker compose down -t 1

start-deps:
docker compose up --wait -d
docker compose up --wait -d integration-deps

setup-db:
cd lana/app && cargo sqlx migrate run
Expand Down
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
services:
integration-deps:
image: busybox
command: sh -c "while :; do sleep 10; done"
depends_on:
- core-pg
- cala-pg
- cala
- otel-agent
- kratos
- kratos-pg
- oathkeeper
- mailhog
core-pg:
image: postgres:16.4
ports:
Expand Down

0 comments on commit a750434

Please sign in to comment.