Skip to content

Commit

Permalink
docker: add worker service configuration
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tiborsimko committed Sep 29, 2024
1 parent da2fe82 commit f0ab142
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose-override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -38,7 +36,6 @@ services:
- ./cernopendata:/code/cernopendata
- ./scripts:/code/scripts
- ./tests:/code/tests

mq:
profiles:
- donotstart
Expand All @@ -48,3 +45,6 @@ services:
web-files:
profiles:
- donotstart
worker:
profiles:
- donotstart

0 comments on commit f0ab142

Please sign in to comment.