single image test
This commit is contained in:
@@ -3,7 +3,16 @@ services:
|
||||
app:
|
||||
build: .
|
||||
container_name: copernicus-app
|
||||
volumes:
|
||||
- ./app:/app
|
||||
environment:
|
||||
PYTHONUNBUFFERED: 1
|
||||
|
||||
|
||||
GDAL_HTTP_TCP_KEEPALIVE: YES
|
||||
AWS_S3_ENDPOINT: odata.dataspace.copernicus.eu
|
||||
AWS_ACCESS_KEY_ID: ${CDSE_S3_ACCESS_KEY}
|
||||
AWS_SECRET_ACCESS_KEY: ${CDSE_S3_SECRET_KEY}
|
||||
AWS_HTTPS: YES
|
||||
AWS_VIRTUAL_HOSTING: FALSE
|
||||
GDAL_HTTP_UNSAFESSL: YES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user