mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-28 18:41:27 +08:00
14 lines
227 B
YAML
Vendored
14 lines
227 B
YAML
Vendored
version: '3'
|
|
|
|
services:
|
|
database:
|
|
image: mysql:8.0.29
|
|
ports:
|
|
- 60000:3306
|
|
environment:
|
|
MYSQL_ROOT_PASSWORD: weblate
|
|
cache:
|
|
image: redis:7.0.2-alpine
|
|
restart: always
|
|
ports:
|
|
- 60001:6379
|