Skip to content

Commit

Permalink
update version of docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicekj committed Jun 13, 2024
1 parent deeb393 commit a6dcee6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.eea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
frontend:
image: eeacms/copernicus-qctool-frontend:2.0.2rc1
image: eeacms/copernicus-qctool-frontend:2.0.3rc1
ports:
- 8000:8000
environment:
Expand All @@ -22,7 +22,7 @@ services:
- qc_tool_frontend:/mnt/qc_tool_frontend

worker:
image: eeacms/copernicus-qctool-worker:2.0.2rc1
image: eeacms/copernicus-qctool-worker:2.0.3rc1
shm_size: 1gb
environment:
- PRODUCT_DIRS
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.service_provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
frontend:
image: eeacms/copernicus-qctool-frontend:2.0.2rc1
image: eeacms/copernicus-qctool-frontend:2.0.3rc1
ports:
- 8000:8000
environment:
Expand All @@ -18,7 +18,7 @@ services:
- qc_tool_volume:/mnt/qc_tool_volume

worker:
image: eeacms/copernicus-qctool-worker:2.0.2rc1
image: eeacms/copernicus-qctool-worker:2.0.3rc1
shm_size: 1gb
environment:
- PRODUCT_DIRS
Expand Down

0 comments on commit a6dcee6

Please sign in to comment.