Having followed https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md#docker-guide is it sufficient to
- copy .env file to the new server
- copy docker-compose.yml file to the new server (just in case they’d be breaking changes)
- stop the container
- copy docker-volume directory to the new server in the same relative path
- update the DNS for the new server to reflect the same configured domain
- run docker-compose up
or is there a better way?