Skip to content

Commit

Permalink
compose small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
grillazz committed Oct 20, 2024
1 parent 9147f08 commit 51c20c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker-create-db-migration: ## Create new alembic database migration aka databa

.PHONY: docker-test
docker-test: ## Run project tests
docker compose -f compose.yml -f test-compose.yml run --rm app pytest tests
docker compose -f compose.yml -f test-compose.yml run --rm app pytest tests --durations=0

.PHONY: docker-test-snapshot
docker-test-snapshot: ## Run project tests with inline snapshot
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- "8080:8080"
depends_on:
- db
- redis
- inmemory

db:
container_name: fsap_db
Expand Down
2 changes: 0 additions & 2 deletions test-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
app:
environment:
Expand Down

0 comments on commit 51c20c2

Please sign in to comment.