weblate/ci/docker-compose-mariadb.yml
renovate[bot] 2e2f04c35e
chore(deps): update mariadb docker tag to v12.2.2 (#18002)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-13 08:11:33 +00:00

16 lines
465 B
YAML
Vendored

# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
services:
cache:
image: valkey/valkey:9.0.2-alpine@sha256:68677f85c863830af7836ff07c4a13b7f085ebeff62f4dedb71499ca27d229f2
ports:
- 60001:6379
restart: always
database:
image: mariadb:12.2.2@sha256:3ba727e641ef0ea24054e47c72a831b1067da32d5139c0405b629c25b115eb89
environment:
MYSQL_ROOT_PASSWORD: weblate
ports:
- 60000:3306