From f0ab14207c7d280e2983902a4acedbc68c474757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20=C5=A0imko?= Date: Sun, 29 Sep 2024 20:46:38 +0200 Subject: [PATCH] docker: add worker service configuration Fix `docker compose` startup sequence following the changes in the `cernopendata-portal` repository regarding the introduction of the worker service. Remove `docker-compose.yml` version attribute that has been obsoleted by upstream. --- docker-compose-override.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose-override.yml b/docker-compose-override.yml index 0490a02563..28b72fe8ef 100644 --- a/docker-compose-override.yml +++ b/docker-compose-override.yml @@ -22,8 +22,6 @@ # waive the privileges and immunities granted to it by virtue of its status # as an Intergovernmental Organization or submit itself to any jurisdiction. -version: "2" - services: web: environment: @@ -38,7 +36,6 @@ services: - ./cernopendata:/code/cernopendata - ./scripts:/code/scripts - ./tests:/code/tests - mq: profiles: - donotstart @@ -48,3 +45,6 @@ services: web-files: profiles: - donotstart + worker: + profiles: + - donotstart