Skip to content
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

Implement Docker #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Implement Docker #20

wants to merge 1 commit into from

Conversation

ream88
Copy link

@ream88 ream88 commented Aug 14, 2019

This PR makes it easier to get up and running.

Copy link

@Ciboulette Ciboulette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it comes from a good idea! But I think it's not perfect yet, you should have a look to my comments 💯

@@ -42,7 +42,7 @@ config :eventstore, EventStore.Storage,
username: "postgres",
password: "postgres",
database: "conduit_eventstore_dev",
hostname: "localhost",
hostname: "eventstore",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By doing this, you will force everybody to run on docker. Because if you run it locally it won't work..

I'm pretty sure this is not what people want :) What do you think?

@@ -51,5 +51,5 @@ config :conduit, Conduit.Repo,
username: "postgres",
password: "postgres",
database: "conduit_readstore_dev",
hostname: "localhost",
hostname: "readstore",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same than ☝️

- 4000:4000

eventstore:
image: postgres

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should prefix and use a fix major version.

image: postgres

readstore:
image: postgres

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same ☝️

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