Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antunesleo/b0ea560481d12334e6532d541331fbd8 to your computer and use it in GitHub Desktop.
Save antunesleo/b0ea560481d12334e6532d541331fbd8 to your computer and use it in GitHub Desktop.
consumer:
build: .
command: python kafka_consumer.py
volumes:
- .:/app
env_file:
- .env
depends_on:
kafka:
condition: service_healthy
networks:
- my_network
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment