Merge "Remove docker compose version from zuul services"

This commit is contained in:
Zuul
2025-07-02 20:17:30 +00:00
committed by Gerrit Code Review
5 changed files with 0 additions and 20 deletions

View File

@@ -1,7 +1,3 @@
# Version 2 is the latest that is supported by docker-compose in
# Ubuntu Xenial.
version: '2'
services:
executor:
restart: on-failure

View File

@@ -1,7 +1,3 @@
# Version 2 is the latest that is supported by docker-compose in
# Ubuntu Xenial.
version: '2'
services:
launcher:
restart: on-failure

View File

@@ -1,7 +1,3 @@
# Version 2 is the latest that is supported by docker-compose in
# Ubuntu Xenial.
version: '2'
services:
merger:
restart: on-failure

View File

@@ -1,7 +1,3 @@
# Version 2 is the latest that is supported by docker-compose in
# Ubuntu Xenial.
version: '2'
services:
scheduler:
restart: always

View File

@@ -1,7 +1,3 @@
# Version 2 is the latest that is supported by docker-compose in
# Ubuntu Xenial.
version: '2'
services:
web:
restart: always