Docker Compose setup for starting Cap with Traefik by Solution Libre.
cd /opt
git clone https://usine.solution-libre.fr/docker/cap.git cap
cd capDeclare environment variables or copy the .env.dist to .env and adjust its values.
cd /opt/cap
docker compose up -dThis setup includes pre-configured labels for optional integrations with Traefik. You can use them, customize them, or remove them based on your needs.
The Docker Compose file includes Traefik labels for automatic HTTPS routing and SSL certificate management. This is optional and recommended for production deployments.
To use Traefik:
The labels are already configured in the compose file for Cap. See Solution Libre's Traefik setup for a complete Traefik configuration compatible with this project.
Note: The admin interface (root path
/) is disabled by default for security reasons. To enable it, edit thetraefik.http.routers.cap.rulelabel incompose.yamlas described in the inline comments.
See REFERENCE.md.
Solution Libre's repositories are open projects, and community contributions are essential for keeping them great.
Fork this repo on our Cap or on GitHub
The list of contributors can be found at: https://usine.solution-libre.fr/docker/cap/-/graphs/main