12 lines
264 B
YAML
12 lines
264 B
YAML
# Version 2 is the latest that is supported by docker-compose in
|
|
# Ubuntu Xenial.
|
|
version: '2'
|
|
|
|
services:
|
|
zuul-preview:
|
|
restart: always
|
|
image: zuul/zuul-preview:latest
|
|
network_mode: host
|
|
environment:
|
|
ZUUL_API_URL: https://zuul.opendev.org/
|