Skip to content

Commit f3b2f59

Browse files
authored
Merge pull request #17 from stellio-hub/chore/update-stellio-configuration
chore: update Stellio configuration
2 parents a756a35 + 67084c3 commit f3b2f59

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

docker-compose/stellio.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ services:
7979
kafka:
8080
labels:
8181
org.fiware: 'tutorial'
82-
image: confluentinc/cp-kafka:7.3.1
82+
image: confluentinc/cp-kafka:7.6.0
8383
container_name: kafka
8484
ports:
8585
- 29092:29092
@@ -98,9 +98,7 @@ services:
9898
KAFKA_INTER_BROKER_LISTENER_NAME: 'PLAINTEXT'
9999
KAFKA_CONTROLLER_LISTENER_NAMES: 'CONTROLLER'
100100
KAFKA_LOG4J_ROOT_LOGLEVEL: INFO
101-
volumes:
102-
- ./stellio/kafka/update_run.sh:/tmp/update_run.sh
103-
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
101+
CLUSTER_ID: NjExODZhMWVjMzllMTFlZm
104102

105103

106104
# Databases

docker-compose/stellio/kafka/update_run.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

services

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ case "${command}" in
201201
export $(cat .env | grep "#" -v)
202202
stoppingContainers
203203
waitForCoreContext
204-
echo -e "Starting containers: \033[1;34mStellio\033[0m, \033[1mKafka\033[0m, \033[1mZookeeper\033[0m, \033[1mNeo4j\033[0m, \033[1mPostgreSQL/TimescaleDB\033[0m, and a linked data \033[1mContext\033[0m."
204+
echo -e "Starting containers: \033[1;34mStellio\033[0m, \033[1mKafka\033[0m, \033[1mPostgreSQL/TimescaleDB\033[0m, and a linked data \033[1mContext\033[0m."
205205
echo -e "- \033[1;34mStellio\033[0m is the context broker\n"
206206
echo -e "- Data models \033[1m@context\033[0m (Smart Supermarket) is supplied externally"
207207
echo ""

0 commit comments

Comments
 (0)