Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 150ee8b

Browse files
author
Chris Wiechmann
committed
[skip ci] Note about docker-compose
1 parent 255c070 commit 150ee8b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,12 @@ The glue between Elasticsearch and the API-Gateway Traffic-Monitor is an [API-Bu
113113

114114
### Docker
115115

116-
Components such as the API-Builder project are supposed to run as a Docker-Container. The Elasticsearch stack is using standard Docker-Images which are configured with environment variables and some mount points. With that, you are pretty flexible. You can run them with the provided docker-compose or with a Docker Orchestration platform such a Kubernetes or OpenShift to get elastic scaling & self-healing.
116+
Components such as the API-Builder project are supposed to run as a Docker-Container. The Elasticsearch stack is using standard Docker-Images which are configured with environment variables and some mount points. With that, you are pretty flexible. You can run them with the provided docker-compose or with a Docker Orchestration platform such a Kubernetes or OpenShift to get elastic scaling & self-healing.
117+
118+
### Docker-Compose
119+
120+
Docker Compose is currently used to deploy the solution. It is planned to provide HELM charts for the solution in the medium term to simplify deployment on Kubernetes and OpenShift.
121+
Please be careful using docker-compose version 1.28.x as it may contain a bug/issue reading the .env file. See here: https://github.com/docker/compose/issues/8108 or https://github.com/docker/compose/issues/8173. Perhaps switch back to a previous version.
117122

118123
### API-Gateway/API-Management
119124

0 commit comments

Comments
 (0)