File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ services:
22
33 geoserver :
44 image : docker.osgeo.org/geoserver:2.23.0
5+ platform : ${DOCKER_PLATFORM:-}
56 environment :
67 JAVA_OPTS : -Xmx1536M -XX:MaxPermSize=756M
78 CORS_ENABLED : true
@@ -23,6 +24,7 @@ services:
2324 # # THIS IS INTENDED FOR LOCAL DEVELOPMENT ONLY.
2425 geotiff-preview :
2526 image : clowder/extractors-geotiff-preview
27+ platform : ${DOCKER_PLATFORM:-}
2628 environment :
2729 GEOSERVER_URL : http://geoserver:8080/geoserver/
2830 EXTERNAL_GEOSERVER_URL : http://localhost:8085/geoserver/
@@ -37,6 +39,7 @@ services:
3739
3840networks :
3941 clowder2 :
42+ external : ${EXTERNAL:-}
4043
4144# # By default this config uses default local driver,
4245# # For custom volumes replace with volume driver configuration.
Original file line number Diff line number Diff line change 1+ # .env
2+ # Leave empty for auto-detection, or force a specific platform
3+ # DOCKER_PLATFORM=linux/amd64
4+ # DOCKER_PLATFORM=linux/arm64
5+ DOCKER_PLATFORM = linux/amd64
6+ EXTERNAL = true
You can’t perform that action at this time.
0 commit comments