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

SUP-7360: make sure everyone agrees that mesh writes to /mesh/data #21

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

Conversation

mephinet
Copy link

  • mesh.yml uses relative paths, e.g. "data". the WORKDIR is /mesh -> writes to /mesh/data
  • mesh uses $MESH_GRAPH_DB_DIRECTORY -> writes to /graphql
  • docker-compose.yaml mounts a persistent volume under /data

Because of this mess, after a docker-compose down && docker-compose up, the mesh database is empty and the portal shows strange errors. This pull requests makes sure everyone writes to /mesh/data.

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.

1 participant