Don't use old databases in test runs

This commit is contained in:
Jyri-Petteri Paloposki 2024-07-19 00:36:42 +03:00
parent 13d7a711a4
commit 50f5a946d4
3 changed files with 1 additions and 9 deletions

View file

@ -5,8 +5,6 @@ services:
environment:
POSTGRES_DB: ${DATABASE_NAME:-tracks}
POSTGRES_PASSWORD: password
volumes:
- db-data:/var/lib/postgresql/data
web:
build:
context: ..
@ -29,5 +27,3 @@ services:
- 3000:3000
depends_on:
- db
volumes:
db-data: