A configurable docker compose setup for development and testing of ClusterCockpit
Go to file
2021-05-19 14:27:44 +02:00
nginx Initial checkin 2021-05-19 14:27:44 +02:00
php-fpm Initial checkin 2021-05-19 14:27:44 +02:00
docker-compose.yml Initial checkin 2021-05-19 14:27:44 +02:00
LICENSE Initial commit 2021-05-19 07:49:23 +02:00
README.md Update README.md 2021-05-19 07:53:28 +02:00

cc-docker

A configurable docker compose setup for easy deployment of ClusterCockpit

Desired modes:

  • Demo: Includes everything to try out ClusterCockpit including initial Database Fixtures. No SSL and no reverse Proxy.
  • Develop: Only includes all external components of ClusterCockpit. A functional PHP environment and the ClusterCockpit source must be maintained on host machine.
  • Production: Includes everything to run ClusterCockpit in a Production environment including SSL and traefic reverse proxy and container orchestration.