weblate/ci/docker-compose-mariadb.yml
renovate[bot] 7b2be91f4a
chore(deps): update mariadb:12.0.2 docker digest to b30cc65 (#15832)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-13 19:58:14 +00:00

16 lines
457 B
YAML

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