File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
5
5
# ============= Kafka =============
6
6
#
7
7
zookeeper :
8
- image : confluentinc/cp-zookeeper:7.8.3
8
+ image : confluentinc/cp-zookeeper:7.8.3@sha256:d4ccbc1d6d33822349d4953ddcde654702901dbfca2ec62a0e44e05ffa726903
9
9
environment :
10
10
ZOOKEEPER_CLIENT_PORT : 2181
11
11
ZOOKEEPER_TICK_TIME : 2000
@@ -23,7 +23,7 @@ services:
23
23
- no-new-privileges:true
24
24
25
25
kafka :
26
- image : confluentinc/cp-kafka:7.8.3
26
+ image : confluentinc/cp-kafka:7.8.3@sha256:f238efcfad48428298b79177e2b3bf9a4d8a1683643f53c70dadf181fc73ec44
27
27
depends_on :
28
28
zookeeper :
29
29
condition : service_healthy
@@ -45,7 +45,7 @@ services:
45
45
security_opt : *security_settings
46
46
47
47
kafka-ui :
48
- image : provectuslabs/kafka-ui
48
+ image : provectuslabs/kafka-ui@sha256:8f2ff02d64b0a7a2b71b6b3b3148b85f66d00ec20ad40c30bdcd415d46d31818
49
49
ports :
50
50
- ' 8089:8080'
51
51
depends_on :
@@ -64,7 +64,7 @@ services:
64
64
security_opt : *security_settings
65
65
66
66
init-kafka :
67
- image : confluentinc/cp-kafka:latest
67
+ image : confluentinc/cp-kafka:latest@sha256:9cdc8119cb39c45f0efa6da8e2220058020c7433e3ba3a3ce11a8006a18cb336
68
68
depends_on :
69
69
kafka :
70
70
condition : service_healthy
You can’t perform that action at this time.
0 commit comments