diff --git a/docker-compose-override.yml b/docker-compose-override.yml index 0490a0256..28b72fe8e 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