Skip to content

Commit

Permalink
Merge branch 'rc'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicekj committed Dec 11, 2024
2 parents b0bb03c + fe0cbda commit c80a3c5
Show file tree
Hide file tree
Showing 3 changed files with 1,072 additions and 839 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.1.1
image: eeacms/copernicus-qctool-frontend:2.1.2
ports:
- 8000:8000
environment:
Expand All @@ -28,7 +28,7 @@ services:
- qc_tool_frontend:/mnt/qc_tool_frontend

worker:
image: eeacms/copernicus-qctool-worker:2.1.1
image: eeacms/copernicus-qctool-worker:2.1.2
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.1.1
image: eeacms/copernicus-qctool-frontend:2.1.2
ports:
- 8000:8000
environment:
Expand All @@ -23,7 +23,7 @@ services:
- qc_tool_volume:/mnt/qc_tool_volume

worker:
image: eeacms/copernicus-qctool-worker:2.1.1
image: eeacms/copernicus-qctool-worker:2.1.2
shm_size: 1gb
environment:
- PRODUCT_DIRS
Expand Down
Loading

0 comments on commit c80a3c5

Please sign in to comment.