287eecd9d2
Change-Id: Ib72e2bd29d1061822e0c16c201445115a5e5c58f
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/
|