mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-27 05:14:31 +08:00
18 lines
328 B
YAML
18 lines
328 B
YAML
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
version: '3'
|
|
|
|
services:
|
|
database:
|
|
image: mariadb:10.11.2
|
|
ports:
|
|
- 60000:3306
|
|
environment:
|
|
MYSQL_ROOT_PASSWORD: weblate
|
|
cache:
|
|
image: redis:7.0.9-alpine
|
|
restart: always
|
|
ports:
|
|
- 60001:6379
|