Skip to content

Commit

Permalink
chore: change docker compose service
Browse files Browse the repository at this point in the history
  • Loading branch information
uptickmetachu committed Feb 25, 2025
1 parent 3c3df26 commit c7e3cce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ruff:
lint: ruff

postgres:
docker-compose up -d
docker compose up -d
until psql postgres://postgres@localhost:5435/example -c 'select 1'; do sleep 2; done

test: postgres
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.4"

services:
db:
image: postgres:17-alpine
Expand Down

0 comments on commit c7e3cce

Please sign in to comment.