Files
fn-serverless/docs/operating/compose.md
Ilya Gutsalyuk 858a36f13e Update operating/compose docs (#1119)
* fix link to 'Kubernetes Help Chart for Fn'
2018-07-26 08:25:49 -07:00

641 B

Development environment deployment with Docker compose

Deployment details

With Docker Compose file it's easy to bootstrap the full Fn development stack that includes the following components:

  • MySQL server for database
  • Redis server for message queue
  • Fn server with scale group (supported only for Docker Swarm)
  • Fn UI
  • Grafana
  • Prometheus

Given compose file was developed specifically for Fn platform development/testing purpose, it's not a production-ready script. In order to get production deployment please review Kubernetes Helm Chart for Fn.