mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-26 12:30:16 +08:00
14 lines
233 B
YAML
14 lines
233 B
YAML
version: "3"
|
|
|
|
services:
|
|
database:
|
|
image: mariadb:10.7.1
|
|
ports:
|
|
- 60000:3306
|
|
environment:
|
|
MYSQL_ROOT_PASSWORD: weblate
|
|
cache:
|
|
image: redis:6.2.6-alpine
|
|
restart: always
|
|
ports:
|
|
- 60001:6379
|