Django backend for Cometa's meta-test platform.
6.1K
Django-based backend service for the Cometa ecosystem. This container exposes APIs over HTTP, supports inbound requests from key Cometa microservices, and manages shared data via mounted volumes.
More details can be seen at the Backend section on Cometa Rocks GitHubβ repoβ .
8000cometa-front-servicecometa-behave-servicecometa-scheduler-service| Resource | Value |
|---|---|
| DNS | cometa-django-service |
| Port | 8000 (HTTP) |
| CPU | 2 cores |
| RAM | 2 GB |
| Storage | 4 GB |
All persistent data is mounted via /cometadata. Below are the default mappings:
Host Path (/cometadata/...) | Container Path |
|---|---|
./data/cometa/videos | /opt/code/videos |
./data/cometa/pdf | /code/behave/pdf |
./data/cometa/downloads | /code/behave/downloads |
./data/department_data | /code/behave/department_data |
Inbound connections are restricted to the following trusted services:
cometa-front-servicecometa-behave-servicecometa-scheduler-servicedocker run -d \
--name cometa-django-service \
-p 8000:8000 \
-v $(pwd)/data/cometa/videos:/opt/code/videos \
-v $(pwd)/data/cometa/pdf:/code/behave/pdf \
-v $(pwd)/data/cometa/downloads:/code/behave/downloads \
-v $(pwd)/data/department_data:/code/behave/department_data \
cometa/cometa-django-service:latest
Content type
Image
Digest
sha256:9e05b026aβ¦
Size
926.6 MB
Last updated
8 months ago
docker pull cometa/django