mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-28 15:15:27 +08:00
16 lines
465 B
YAML
Vendored
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
|