Skip to content

Running with docker compose #1325

Answered by PaulRudin
PaulRudin asked this question in Q&A
Apr 20, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

It wasn't the rpc. I changed as follows and this works:
In the dockerfile:

CMD python -m vineyard --socket /tmp/vineyard/vineyard.sock

In the compose file the mount is now:

volumes:
      - /tmp/vineyard:/tmp/vineyard

And with this setup vineyard starts OK, and in another service with the same volume mount I can connect a client.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@PaulRudin
Comment options

Answer selected by sighingnow
@sighingnow
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants