Skip to content

Commit

Permalink
Merge branch 'rc'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicekj committed Jul 18, 2024
2 parents e0ea98b + ce0ea16 commit f0c16c5
Show file tree
Hide file tree
Showing 7 changed files with 1,110 additions and 28 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.3
image: eeacms/copernicus-qctool-frontend:2.0.4
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.3
image: eeacms/copernicus-qctool-worker:2.0.4
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.3
image: eeacms/copernicus-qctool-frontend:2.0.4
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.3
image: eeacms/copernicus-qctool-worker:2.0.4
shm_size: 1gb
environment:
- PRODUCT_DIRS
Expand Down
Loading

0 comments on commit f0c16c5

Please sign in to comment.