Skip to content

Conversation

@maxceem
Copy link
Contributor

@maxceem maxceem commented Feb 19, 2020

  • Kafka is accessible from inside docker-compose and outside, which let us start all the services inside docker-compose, but if we need to modify one, we just stop inside docker and run outside where can modify it, but it still connects to all other services inside docker-compose
  • use single container for all postgresql databases
    • now all the services may use the same port 5432 and don't have to be additionally configured
    • docker compose became lighter as we use one container for 3 databases instead of 3 containers
  • Steps to run locally are simplified and clarified in the README
  • Added guide regarding Project Service Architecture:
    • overview diagram
    • how Elasticsearch indexing works
    • Kafka messages structure

xxcxy and others added 7 commits February 14, 2020 09:57
Make Kafka service accessible both inside and outside container
- now all the services may use the same port 5432 and don't have to be additionally configured
- docker compose became lighter as we use one container for 3 databases instead of 3 containers
@maxceem maxceem merged commit 52f9cb2 into develop Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants