compose small updates

This commit is contained in:
Jakub Miazek 2024-10-20 19:51:29 +02:00
parent 9147f086a4
commit 51c20c28eb
3 changed files with 2 additions and 4 deletions

View File

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

View File

@ -18,7 +18,7 @@ services:
- "8080:8080"
depends_on:
- db
- redis
- inmemory
db:
container_name: fsap_db

View File

@ -1,5 +1,3 @@
version: '3.8'
services:
app:
environment: