Skip to content

Commit

Permalink
fix: Invalid compose-cdc indent
Browse files Browse the repository at this point in the history
  • Loading branch information
1ambda committed Sep 17, 2023
1 parent 029b430 commit 3c97ad2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker-compose-cdc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ services:
container_name: kafka-schema-registry
ports:
- 8085:8085
depends_on:
- kafka1
environment:
SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: PLAINTEXT://kafka1:29092
SCHEMA_REGISTRY_KAFKASTORE_SECURITY_PROTOCOL: PLAINTEXT
Expand All @@ -110,9 +108,9 @@ services:
SCHEMA_REGISTRY_SCHEMA_REGISTRY_INTER_INSTANCE_PROTOCOL: "http"
SCHEMA_REGISTRY_LOG4J_ROOT_LOGLEVEL: INFO
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas
depends_on:
kafka1:
condition: service_healthy
depends_on:
kafka1:
condition: service_healthy

kafka1:
<<: *kafka-common
Expand Down

0 comments on commit 3c97ad2

Please sign in to comment.