Apache-based front-end reverse proxy and content server for the Cometa microservices platform. Designed to serve static assets, proxy backend traffic to Django, and handle HTTPS termination with flexible mount options.
More details can be seen at the Frontend section on Cometa Rocks GitHubβ repoβ .
80 and 443cometa-django-serviceloadbalancer-service| Property | Value |
|---|---|
| DNS | cometa-front-service |
| Ports | 80/443 |
| Protocols | http/https |
| CPU | 2 cores |
| RAM | 2 GB |
| Storage | 3 GB |
| External Path | Internal Path |
|---|---|
./data/cometa/screenshots | /screenshots |
./data/cometa/videos | /videos |
/share/front | /code/front/apache-conf |
All external mounts should reside under /cometadata or a shared volume structure like /share/front.
Inbound connections are allowed from:
cometa-django-serviceloadbalancer-servicedocker run -d \
--name cometa-front-service \
-p 80:80 -p 443:443 \
-v $(pwd)/data/cometa/screenshots:/screenshots \
-v $(pwd)/data/cometa/videos:/videos \
-v /share/front:/code/front/apache-conf \
httpd:latest
You can substitute the base image with a custom Apache Dockerfile if using advanced modules.
Content type
Image
Digest
sha256:ce85794c3β¦
Size
122.3 MB
Last updated
10 months ago
docker pull cometa/front