Skip to content

Commit

Permalink
Adds the spatial server to the stack
Browse files Browse the repository at this point in the history
  • Loading branch information
danschmidt5189 committed Dec 15, 2023
1 parent f56b5bd commit 02fcb0e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ services:
volumes:
- ./solr:/opt/solr/server/solr/configsets:ro

spatial:
image: httpd:2.4
ports:
- 80:80
volumes:
- ./data/spatial:/usr/local/apache2/htdocs/

geoserver:
image: containers.lib.berkeley.edu/gis/geoserver/v2.23.2
ports:
Expand Down

0 comments on commit 02fcb0e

Please sign in to comment.