mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
18 lines
240 B
YAML
18 lines
240 B
YAML
version: '2.2'
|
|
|
|
services:
|
|
disque:
|
|
image: efrecon/disque:1.0-rc1
|
|
ports:
|
|
- '7711:7711/tcp'
|
|
|
|
redis:
|
|
image: redis:latest
|
|
ports:
|
|
- '6379:6379/tcp'
|
|
|
|
mongo:
|
|
image: mongo:4
|
|
ports:
|
|
- '27017:27017/tcp'
|