Skip to content

Improve local setup #480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Feb 19, 2020
Merged

Improve local setup #480

merged 7 commits into from
Feb 19, 2020

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.

2 participants