mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Use MariaDB instead of MySQL also in tests
This commit is contained in:
parent
2eb54b1c3e
commit
63d2060dc1
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
services:
|
||||
db:
|
||||
image: mysql:5.7
|
||||
image: mariadb:lts
|
||||
environment:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: 1
|
||||
MYSQL_DATABASE: ${TRACKS_DB:-tracks}
|
||||
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: 1
|
||||
MARIADB_DATABASE: ${TRACKS_DB:-tracks}
|
||||
web:
|
||||
build:
|
||||
context: ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue