| ▲ | vbezhenar 4 days ago | |
How do you solve persistence with swarm? Can I deploy postgres with network storage that will mount automatically on node where container is launched? | ||
| ▲ | blindlobstar a day ago | parent [-] | |
> Can I deploy postgres with network storage that will mount automatically on node where container is launched? Yes (if I'm getting your question right). here is an example of nfs volume: https://docs.docker.com/reference/compose-file/volumes/#driv... | ||