Skip to content

Commit

Permalink
minor updates to the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Aug 1, 2024
1 parent 950bb0b commit c6eea75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions examples/dem/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions examples/hyras/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.8'
services:
db:
image: postgis/postgis:15-3.4
Expand All @@ -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:
Expand Down Expand Up @@ -75,7 +74,7 @@ services:
- ./DE210080/in:/in
- ./DE210080/out:/out
- ../../data/raster:/data/raster
- ../../src:/src
#- ../../src:/src

de410890_loader:
build:
Expand Down Expand Up @@ -110,3 +109,4 @@ services:
- ./DE910180/in:/in
- ./DE910180/out:/out
- ../../data/raster:/data/raster
- ../../src:/src

0 comments on commit c6eea75

Please sign in to comment.