Skip to content

Commit d2dab9e

Browse files
author
mkhalil
committed
Match 12.0 docker compose example
1 parent f82b7e3 commit d2dab9e

1 file changed

Lines changed: 31 additions & 25 deletions

File tree

README.md

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,42 +8,48 @@
88
+-- config
99
| +-- grafana
1010
| | +-- dashboards
11-
| | | +-- dashboard.yml # a configuration file for grafana
12-
| | | +-- main_dashboard.json # an example dashboard to display metrics data
11+
| | | +-- cluster
12+
| | | | +-- dashboard.yml # a configuration file for grafana
13+
| | | | +-- main_dashboard.json # an example dashboard to display metrics data
14+
| | | +-- service
15+
| | | | +-- dashboard.yml # a configuration file for grafana
16+
| | | | +-- main_dashboard.json # an example dashboard to display metrics data
1317
| | +-- datasources
14-
| | +-- datasource.yml # an example datasource's configuration to request the data from
18+
| | +-- datasource.yml # an example datasource's configuration to request the data from
1519
| +-- keycloak
1620
| | +-- import
17-
| | +-- tolerant-realm.json # an example keycloak configuration for TOLERANT
21+
| | +-- tolerant-realm.json # an example keycloak configuration for TOLERANT
1822
| +-- kubernetes
19-
| | +-- match-cluster.yml # an example kubernetes setup for match a cluster
20-
| | +-- match-cluster-config.yml # example configurations for the kubernetes match cluster example
21-
| | +-- match-env.yml # environment variables for the kubernetes match cluster example
22-
| | +-- match-cxpose.yml # an example proxy configuration for the kubernetes match cluster example
23+
| | +-- match-cluster.yml # an example kubernetes setup for match a cluster
24+
| | +-- match-cluster-config.yml # example configurations for the kubernetes match cluster example
25+
| | +-- match-env.yml # environment variables for the kubernetes match cluster example
26+
| | +-- match-cxpose.yml # an example proxy configuration for the kubernetes match cluster example
2327
| +-- nginx
2428
| | +-- ssl
25-
| | | +-- certs # a folder to store the self-assigned certificate for the nginx
26-
| | | +-- private # a folder to store the private key for the nginx
27-
| | +-- default.conf.template # an example of nginx configuration for forwarding request to TOLERANT Match
28-
| | +-- default.no.gui.conf.template # an example of nginx configuration without gui for forwarding request to TOLERANT Match
29-
| | +-- httppaswd # an example password file in case of basic auth
29+
| | | +-- certs # a folder to store the self-assigned certificate for the nginx
30+
| | | +-- private # a folder to store the private key for the nginx
31+
| | +-- default.conf.template # an example of nginx configuration for forwarding request to TOLERANT Match
32+
| | +-- default.no.gui.conf.template # an example of nginx configuration without gui for forwarding request to TOLERANT Match
33+
| | +-- default_cluster.conf.template # an example of nginx configuration for forwarding request to the TOLERANT Match cluster example
34+
| | +-- httppaswd # an example password file in case of basic auth
3035
| | +-- locations
31-
| | | +-- keycloak.loc.template # an example of nginx location configuration for forwarding request to the Keycloak example
32-
| | +-- ssl.conf.template # an example of nginx configuration for forwarding https request to TOLERANT Match
33-
| | +-- ssl.no.gui.conf.template # an example of nginx configuration without gui for forwarding https request to TOLERANT Match
36+
| | | +-- keycloak.loc.template # an example of nginx location configuration for forwarding request to the Keycloak example
37+
| | +-- ssl.conf.template # an example of nginx configuration for forwarding https request to TOLERANT Match
38+
| | +-- ssl.no.gui.conf.template # an example of nginx configuration without gui for forwarding https request to TOLERANT Match
3439
| +-- node1
35-
| | +-- matchserviceconfig.xml # an example configuration for cluster node 1
40+
| | +-- matchserviceconfig.xml # an example configuration for cluster node 1
3641
| +-- node2
37-
| | +-- matchserviceconfig.xml # an example configuration for cluster node 2
42+
| | +-- matchserviceconfig.xml # an example configuration for cluster node 2
3843
| +-- openssl
39-
| | +-- docker-entrypoint.sh # an entrypoint for the openssl image to create ssl certificates
40-
| | +-- Dockerfile # a dockerfile to build the openssl image on startup
44+
| | +-- docker-entrypoint.sh # an entrypoint for the openssl image to create ssl certificates
45+
| | +-- Dockerfile # a dockerfile to build the openssl image on startup
4146
| +-- prometheus
42-
| +-- prometheus.yml # a prometheus configuration for collecting metrics data
43-
+-- .env # a file containing variables for the compose files
44-
+-- compose.yml # an example configuration for docker compose
45-
+-- compose-batch.yml # an example configuration for a batch process in docker compose
46-
+-- compose-secure.yml # an example configuration for docker compose with keycloak and https
47+
| +-- prometheus.yml # a prometheus configuration for collecting metrics data
48+
| +-- prometheus-cluster.yml # a prometheus configuration for collecting metrics data for match the cluster example
49+
+-- .env # a file containing variables for the compose files
50+
+-- compose.yml # an example configuration for docker compose
51+
+-- compose-batch.yml # an example configuration for a batch process in docker compose
52+
+-- compose-secure.yml # an example configuration for docker compose with keycloak and https
4753
+-- README.md
4854
```
4955

0 commit comments

Comments
 (0)