system-config/playbooks/roles/zuul-merger/files/docker-compose.yaml

17 lines
416 B
YAML

# Version 2 is the latest that is supported by docker-compose in
# Ubuntu Xenial.
version: '2'
services:
merger:
restart: on-failure
image: quay.io/zuul-ci/zuul-merger:latest
network_mode: host
user: zuul
volumes:
- /etc/zuul:/etc/zuul
- /opt/project-config:/opt/project-config
- /home/zuuld:/home/zuul
- /var/lib/zuul:/var/lib/zuul
- /var/log/zuul:/var/log/zuul