weblate/ci/docker-compose-mariadb.yml
renovate[bot] 23f5e65f22
chore(deps): update redis docker tag to v7.4.2 (#13446)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-07 00:54:36 +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.6.2
ports:
- 60000:3306
environment:
MYSQL_ROOT_PASSWORD: weblate
cache:
image: redis:7.4.2-alpine
restart: always
ports:
- 60001:6379