Add first Gitaly acceptance test
This has two commits:
- Provide a
docker-compose.yml
file (and CI support) for standing up a Gitaly server in a container to run against the tests. - Actually add a basic test for
git-receive-pack
.
For #500 (closed).