-
Notifications
You must be signed in to change notification settings - Fork 54
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
Docker Compose documentation #documentation #2675
Comments
You can also always set the node name by passing the |
This is actually better I think, will update, thanks |
One annoying thing about using docker compose is that it can't access services running outside of docker. Is there a way around this? |
You can reach services running on the host system by referring to them via
to your docker-compose.yml or |
Hi, thanks for the great work.
I wanted to suggest an addition to the documentation for docker, specifically that the restate server doesn't persist data by default and requires the volume mapped (the location of the volume) and the hostname or RESTATE_NODE_NAME envvar also set.
Please see the discussion on discord here:
https://discord.com/channels/1128210118216007792/1306272565186138192
The sample docker compose file below is working for me
The text was updated successfully, but these errors were encountered: