mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-27 07:05:12 +08:00
16 lines
457 B
YAML
16 lines
457 B
YAML
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
services:
|
|
cache:
|
|
image: redis:8.0.2-alpine@sha256:48501c5ad00d5563bc30c075c7bcef41d7d98de3e9a1e6c752068c66f0a8463b
|
|
ports:
|
|
- 60001:6379
|
|
restart: always
|
|
database:
|
|
image: mariadb:11.8.2@sha256:1e669024fc94f626b9dc48bf47b29b5339cec203c28e61a3dc372991a345daf5
|
|
environment:
|
|
MYSQL_ROOT_PASSWORD: weblate
|
|
ports:
|
|
- 60000:3306
|