We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deac3e1 commit 53ba911Copy full SHA for 53ba911
1 file changed
docker/docker-compose.eea.yml
@@ -2,7 +2,7 @@ version: '3'
2
3
services:
4
frontend:
5
- image: eeacms/copernicus-qctool-frontend:1.7.1rc1
+ image: eeacms/copernicus-qctool-frontend:1.7.1
6
ports:
7
- 8000:8000
8
environment:
@@ -22,7 +22,7 @@ services:
22
- qc_tool_frontend:/mnt/qc_tool_frontend
23
24
worker:
25
- image: eeacms/copernicus-qctool-worker:1.7.1rc1
+ image: eeacms/copernicus-qctool-worker:1.7.1
26
27
- PRODUCT_DIRS
28
- BOUNDARY_DIR=/mnt/qc_tool_boundary/boundaries
0 commit comments