mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
19 lines
243 B
YAML
19 lines
243 B
YAML
name: docsgpt-oss
|
|
services:
|
|
|
|
redis:
|
|
image: redis:6-alpine
|
|
ports:
|
|
- 6379:6379
|
|
|
|
mongo:
|
|
image: mongo:6
|
|
ports:
|
|
- 27017:27017
|
|
volumes:
|
|
- mongodb_data_container:/data/db
|
|
|
|
|
|
|
|
volumes:
|
|
mongodb_data_container: |