weblate/ci/docker-compose-mariadb.yml
renovate[bot] cd57893628
Update mariadb Docker tag to v11.7.2 (#13879)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-15 04:28:21 +00:00

16 lines
313 B
YAML

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