weblate/ci/docker-compose-mysql.yml
Michal Čihař 6882934720 Deps: Clarify supported MySQL/MariaDB versions
We now need more recent version for JSON fields support. Adjusted
documentation and tests.
2020-11-09 15:38:23 +01:00

14 lines
222 B
YAML

version: "3"
services:
database:
image: mysql:8
ports:
- 60000:3306
environment:
MYSQL_ROOT_PASSWORD: weblate
cache:
image: redis:5-alpine
restart: always
ports:
- 60001:6379