mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-30 10:12:50 +08:00
15 lines
307 B
YAML
15 lines
307 B
YAML
version: "3"
|
|
|
|
services:
|
|
database:
|
|
# Use older MySQL to avoid hitting https://code.djangoproject.com/ticket/29480
|
|
image: mysql:5.6
|
|
ports:
|
|
- 60000:3306
|
|
environment:
|
|
MYSQL_ROOT_PASSWORD: weblate
|
|
cache:
|
|
image: redis:5-alpine
|
|
restart: always
|
|
ports:
|
|
- 60001:6379
|