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