mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-27 19:34:10 +08:00
16 lines
454 B
YAML
16 lines
454 B
YAML
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
services:
|
|
database:
|
|
image: mysql:9.3.0@sha256:7839322bd6c3174a699586c3ea36314c59b61b4ce01b4146951818b94aef5fd7
|
|
ports:
|
|
- 60000:3306
|
|
environment:
|
|
MYSQL_ROOT_PASSWORD: weblate
|
|
cache:
|
|
image: redis:7.4.3-alpine@sha256:f773b35a95e170d92dd4214a3ec4859b1b7960bf56896ae687646d695f311187
|
|
restart: always
|
|
ports:
|
|
- 60001:6379
|