Skip to content

Commit

Permalink
made sure new profiles also include other necessary services
Browse files Browse the repository at this point in the history
  • Loading branch information
rkthtrifork committed Dec 13, 2023
1 parent 6ad5e46 commit ec3109c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
3 changes: 3 additions & 0 deletions docker-compose/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
restart: unless-stopped
profiles:
- kafka-core
- schema-registry-core
- core
- kafka
- full
Expand Down Expand Up @@ -55,6 +56,7 @@ services:
retries: 10
profiles:
- kafka-core
- schema-registry-core
- core
- kafka
- full
Expand All @@ -80,6 +82,7 @@ services:
KAFKA_TOPICS: ${INITIAL_KAFKA_TOPICS}
profiles:
- kafka-core
- schema-registry-core
- core
- kafka
- full
Expand Down
4 changes: 3 additions & 1 deletion docker-compose/oauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ services:
- OAuth__Mode=Asymmetric
- Simulator__DefaultKafkaRole=*_all
profiles:
- oauth-core
- kafka-core
- schema-registry-core
- opensearch-core
- core
- kafka
- opensearch
Expand Down
20 changes: 10 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ curl -k -s -H "Authorization: Bearer $ACCESS_TOKEN" $OPENSEARCH_URL/_cat/indices

Here is further explanation on what each profile starts.

| Images / profiles | oauth-core | kafka-core | schema-registry-core | opensearch-core | core | kafka | opensearch | observability | full |
| :------------------: | :---------: | :--------: | :------------------: | :-------------: | :---: | :---: | :--------: | :-----------: | :---: |
| Kafka | | x | | | x | x | | | x |
| OAuth simulator | x | | | | x | x | x | | x |
| Redpanda console | | | | | | x | | | x |
| Schema registry | | | x | | x | x | | | x |
| Opensearch | | | | x | x | | x | | x |
| Opensearch dashboard | | | | | | | x | | x |
| Prometheus | | | | | | | | x | x |
| Grafana | | | | | | | | x | x |
| Images / profiles | kafka-core | schema-registry-core | opensearch-core | core | kafka | opensearch | observability | full |
| :------------------: | :--------: | :------------------: | :-------------: | :---: | :---: | :--------: | :-----------: | :---: |
| Kafka | x | | | x | x | | | x |
| OAuth simulator | x | x | x | x | x | x | | x |
| Redpanda console | | | | | x | | | x |
| Schema registry | | x | | x | x | | | x |
| Opensearch | | | x | x | | x | | x |
| Opensearch dashboard | | | | | | x | | x |
| Prometheus | | | | | | | x | x |
| Grafana | | | | | | | x | x |

0 comments on commit ec3109c

Please sign in to comment.