mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-05 08:48:50 +01:00
Don't use old databases in test runs
This commit is contained in:
parent
13d7a711a4
commit
50f5a946d4
3 changed files with 1 additions and 9 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue