Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker-compose.extractors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ services:

networks:
clowder2:
external: ${EXTERNAL:-false}
3 changes: 3 additions & 0 deletions docker-compose.previewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ services:

geoserver:
image: docker.osgeo.org/geoserver:2.23.0
platform: ${DOCKER_PLATFORM:-}
environment:
JAVA_OPTS: -Xmx1536M -XX:MaxPermSize=756M
CORS_ENABLED: true
Expand All @@ -23,6 +24,7 @@ services:
## THIS IS INTENDED FOR LOCAL DEVELOPMENT ONLY.
geotiff-preview:
image: clowder/extractors-geotiff-preview
platform: ${DOCKER_PLATFORM:-}
environment:
GEOSERVER_URL: http://geoserver:8080/geoserver/
EXTERNAL_GEOSERVER_URL: http://localhost:8085/geoserver/
Expand All @@ -37,6 +39,7 @@ services:

networks:
clowder2:
external: ${EXTERNAL:-false}

## By default this config uses default local driver,
## For custom volumes replace with volume driver configuration.
Expand Down
6 changes: 6 additions & 0 deletions example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# .env
# Leave empty for auto-detection, or force a specific platform
# DOCKER_PLATFORM=linux/amd64
# DOCKER_PLATFORM=linux/arm64
DOCKER_PLATFORM=linux/amd64
EXTERNAL=true