Skip to content

solution-libre/docker-cap

Repository files navigation

Cap with Docker Compose

Table of Contents

  1. Description
  2. Setup
  3. Usage
  4. Reference
  5. Development
  6. Contributors

Description

Docker Compose setup for starting Cap with Traefik by Solution Libre.

Setup

cd /opt
git clone https://usine.solution-libre.fr/docker/cap.git cap
cd cap

Declare environment variables or copy the .env.dist to .env and adjust its values.

Usage

cd /opt/cap
docker compose up -d

Optional Integrations

This setup includes pre-configured labels for optional integrations with Traefik. You can use them, customize them, or remove them based on your needs.

Traefik (Reverse Proxy)

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 the traefik.http.routers.cap.rule label in compose.yaml as described in the inline comments.

Reference

See REFERENCE.md.

Development

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

Contributors

The list of contributors can be found at: https://usine.solution-libre.fr/docker/cap/-/graphs/main

About

Docker Compose setup for starting Cap with Traefik

Topics

Resources

License

Stars

Watchers

Forks

Contributors