Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ ENV CHROMA_HOST=chroma
ENV CHROMA_PORT=8000
ENV ELASTICSEARCH_HOST=elasticsearch
ENV ELASTICSEARCH_PORT=9200
ENV KAFKA_ENABLED=true
ENV KAFKA_BOOTSTRAP_SERVERS=kafka:29092
ENV KAFKA_CONSUMER_GROUP=smart_factory_group
ENV LOG_LEVEL=INFO
ENV DEBUG=false

Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ services:
- CHROMA_PORT=8000
- ELASTICSEARCH_HOST=elasticsearch
- ELASTICSEARCH_PORT=9200
- KAFKA_ENABLED=true
- KAFKA_BOOTSTRAP_SERVERS=kafka:29092
- KAFKA_CONSUMER_GROUP=smart_factory_group
- PYTHONPATH=/app
- ENVIRONMENT=production
volumes:
Expand Down
Loading