Skip to content

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.

2 participants