mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02: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:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: 1
|
||||
MYSQL_DATABASE: ${TRACKS_DB:-tracks}
|
||||
volumes:
|
||||
- db-data:/var/lib/mysql
|
||||
web:
|
||||
build:
|
||||
context: ..
|
||||
|
@ -26,5 +24,3 @@ services:
|
|||
- 3000:3000
|
||||
depends_on:
|
||||
- db
|
||||
volumes:
|
||||
db-data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue