Skip to content

Commit

Permalink
Edited docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
igh9410 committed May 2, 2024
1 parent 5453734 commit dad4ef4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
blabber-hive:
image: igh9410/blabber-hive:v1
Expand All @@ -11,7 +10,7 @@ services:
- broker
- zookeeper
env_file:
- ./.env.docker
- .env.docker
environment:
- REDIS_URL=redis://redis:6379
- KAFKA_BROKER_URL=broker:9092
Expand Down

0 comments on commit dad4ef4

Please sign in to comment.