Skip to content

Commit

Permalink
remove dup env var
Browse files Browse the repository at this point in the history
  • Loading branch information
hakan458 committed Apr 9, 2024
1 parent 5de451d commit b574049
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ services:
environment:
- KAFKA_BOOTSTRAP_SERVERS=kafka:9093
- REDIS_URL=redis://redis:6379/0
- KAFKA_BOOTSTRAP_SERVERS=kafka:9093
command:
["poetry", "run", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
worker:
Expand Down

0 comments on commit b574049

Please sign in to comment.