# Version 2 is the latest that is supported by docker-compose in # Ubuntu Xenial. version: '2' services: executor: restart: always image: docker.io/zuul/zuul-executor:latest network_mode: host user: zuul volumes: - /etc/zuul:/etc/zuul - /opt/project-config:/opt/project-config - /afs:/afs - /home/zuul:/home/zuul - /var/lib/zuul:/var/lib/zuul - /var/log/zuul:/var/log/zuul - /etc/openafs:/etc/openafs - /etc/ssl/certs:/etc/ssl/certs