weblate/ci/docker-compose-mariadb.yml
2023-11-16 12:15:48 +00:00

18 lines
327 B
YAML

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