mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 11:38:49 +01:00
Change to a new JS preprocessor, change from MySQL to MariaDB and fix polling
This commit is contained in:
parent
d51432d09b
commit
36b47125ef
7 changed files with 19 additions and 22 deletions
|
|
@ -1,10 +1,10 @@
|
|||
version: '3'
|
||||
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}
|
||||
volumes:
|
||||
- db-data:/var/lib/mysql
|
||||
web:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue