mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 01:08: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
|
|
@ -12,7 +12,7 @@ services:
|
|||
DATABASE_NAME: "/app/db/db.sqlite"
|
||||
DATABASE_TYPE: sqlite3
|
||||
volumes:
|
||||
- ${VOLUME:-sqlite}:/app/db:Z
|
||||
- sqlite:/app/db:Z
|
||||
- ${VOLUME:-..}/config/database.docker.yml:/app/config/database.yml:Z
|
||||
- ${VOLUME:-..}/config/site.docker.yml:/app/config/site.yml:Z
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue