You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sentinel2_pipeline/docker-compose.yml

20 lines
308 B
YAML

version: "2"
services:
s2:
build: .
volumes:
- ./data:/app/data
s2_monitor:
build:
dockerfile: Dockerfile.monitoring
context: .
volumes:
- ./data:/app/data
environment:
- S2_USER
- S2_PASS
- S2_AOI
- S2_OUTDIR
- S2_CLOUDCOVERAGE