mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 11:04:15 +00:00
9 lines
129 B
YAML
9 lines
129 B
YAML
version: "3"
|
|
|
|
services:
|
|
db:
|
|
image: "mongo:5.0"
|
|
ports:
|
|
- "27017:27017"
|
|
volumes:
|
|
- "./d_data/db:/data/db" |