Skip to content

Commit

Permalink
format [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Jul 20, 2023
1 parent 6f0f510 commit 5540996
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ services:
- SCHEMA_REGISTRY_LISTENERS=http://0.0.0.0:8081
- SCHEMA_REGISTRY_KAFKA_BROKERS=PLAINTEXT://kafka:9092


jaws-libp:
image: jeffersonlab/jaws-libp:4.6.3
tty: true
Expand All @@ -46,6 +45,6 @@ services:
- kafka
- registry
environment:
TZ: "America/New_York"
BOOTSTRAP_SERVERS: "kafka:9092"
SCHEMA_REGISTRY: "http://registry:8081"
- TZ=America/New_York
- BOOTSTRAP_SERVERS=kafka:9092
- SCHEMA_REGISTRY=http://registry:8081

0 comments on commit 5540996

Please sign in to comment.