mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-24 06:15:06 +08:00
14 lines
148 B
YAML
14 lines
148 B
YAML
version: "3.7"
|
|
services:
|
|
|
|
db:
|
|
image: mysql:5.7.27
|
|
ports:
|
|
- "3306"
|
|
|
|
redis:
|
|
image: redis:5.0.5
|
|
ports:
|
|
- "16379"
|
|
|
|
|