weblate/ci/docker-compose-mysql.yml
2024-07-30 13:36:05 +02:00

16 lines
310 B
YAML

# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
services:
database:
image: mysql:9.0.1
ports:
- 60000:3306
environment:
MYSQL_ROOT_PASSWORD: weblate
cache:
image: redis:7.4.0-alpine
restart: always
ports:
- 60001:6379