diff --git a/examples/dem/docker-compose.yml b/examples/dem/docker-compose.yml index ea03ee3..16fba05 100644 --- a/examples/dem/docker-compose.yml +++ b/examples/dem/docker-compose.yml @@ -31,9 +31,9 @@ services: METACATALOG_URI: postgresql://postgres:postgres@db:5432/metacatalog DATA_FILE_PATH: /data/raster LAT_MIN: 47 - LAT_MAX: 49 - LON_MIN: 7 - LON_MAX: 10 + LAT_MAX: 55 + LON_MIN: 5 + LON_MAX: 16 command: ["python", "/src/pg_init/init.py"] volumes: - ../../data/raster:/data/raster diff --git a/examples/hyras/docker-compose.yml b/examples/hyras/docker-compose.yml index f43a70e..a53831f 100644 --- a/examples/hyras/docker-compose.yml +++ b/examples/hyras/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3.8' services: db: image: postgis/postgis:15-3.4 @@ -14,8 +13,8 @@ services: - ../../data/pg_data:/var/lib/postgresql/data healthcheck: test: ["CMD-SHELL", "sh -c 'pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}'"] - interval: 50s - timeout: 10s + interval: 5s + timeout: 1s retries: 5 installer: @@ -75,7 +74,7 @@ services: - ./DE210080/in:/in - ./DE210080/out:/out - ../../data/raster:/data/raster - - ../../src:/src + #- ../../src:/src de410890_loader: build: @@ -110,3 +109,4 @@ services: - ./DE910180/in:/in - ./DE910180/out:/out - ../../data/raster:/data/raster + - ../../src:/src