mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-16 05:57:53 +08:00
* Update django docs links to 4.0 * Update Django Q to Django Q2 * Use different theme to make difference more clear between the original and this forked one * Added info notice about this fork * Some small layout/typo fixes
8 lines
111 B
YAML
8 lines
111 B
YAML
version: "3.0"
|
|
services:
|
|
docs:
|
|
container_name: djangoq2-docs
|
|
build: .
|
|
volumes:
|
|
- .:/docs
|