weblate/ci/docker-compose-mariadb.yml
renovate[bot] ac9fdb0f14
Update mariadb:12.0.2 Docker digest to a5af517 (#16004)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-02 07:24:25 +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.1-alpine@sha256:987c376c727652f99625c7d205a1cba3cb2c53b92b0b62aade2bd48ee1593232
ports:
- 60001:6379
restart: always
database:
image: mariadb:12.0.2@sha256:a5af517d52262da1583cebe6b7c970d7bbeaf1f016938c2fc3cf2e95c52d8c08
environment:
MYSQL_ROOT_PASSWORD: weblate
ports:
- 60000:3306