What is a stack?
A stack is a group of interrelated services that share dependencies, and can be orchestrated and scaled together.
Give an example of how to persist data between deployment of the stacks
ex.
redis:
image: redis
ports:
- "6379:6739"
volumes:
- ./data:/data
deploy:
placement:
constraints: [node.role == manager]
networks:
- webnet