mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-29 13:44:44 +08:00
16 lines
462 B
YAML
16 lines
462 B
YAML
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
services:
|
|
cache:
|
|
image: valkey/valkey:9.0.1-alpine@sha256:c106a0c03bcb23cbdf9febe693114cb7800646b11ca8b303aee7409de005faa8
|
|
ports:
|
|
- 60001:6379
|
|
restart: always
|
|
database:
|
|
image: mysql:9.5.0@sha256:c9f0c66a87356518d4b30dbc065eb4567e4a04aff4d0ff194dea0973e5985b57
|
|
environment:
|
|
MYSQL_ROOT_PASSWORD: weblate
|
|
ports:
|
|
- 60000:3306
|