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

Run Juno in docker #18

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Conversation

mrlp4
Copy link

@mrlp4 mrlp4 commented Jan 29, 2020

Provided files would create Postgres, Hasura and Juno containers, connected in the right way between themselves. It is only necessary to fill .env file with settings, and start run.sh script.
Steps of what will happen after run.sh:

  • Postgres container would be created;
  • Hasura container would be created;
  • They both would be connected to docker network;
  • config.toml file for Juno will be created;
  • Juno would be built to docker container;
  • Juno would start parsing configured endpoint.

Copy link
Collaborator

@alexanderbez alexanderbez left a comment

Choose a reason for hiding this comment

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

Wow, thanks for contributing here @mrlp4. I left some initial feedback, I'll be happy to test this out shortly.

Copy link
Author

@mrlp4 mrlp4 left a comment

Choose a reason for hiding this comment

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

@alexanderbez what do you think about placing here example of .env file, i mean that it style slightly different than config.toml, values should not come as "string", but straight as is. Is it straight-forward enough?

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