Skip to content

Commit

Permalink
Parameterize default jndi datasources enablement
Browse files Browse the repository at this point in the history
Make it easier to enable the pgconfig and postgis jndi datasources with
short env variables. The postgis one is mostly an example used in the
development compose files.
  • Loading branch information
groldan committed Apr 4, 2024
1 parent 50f6314 commit e80a19f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions compose/templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ services:
user: ${GS_USER}
environment:
SPRING_PROFILES_ACTIVE: "${GEOSERVER_DEFAULT_PROFILES}"
# enable the postgis jndi datasource. This is just an example used for development
JNDI_POSTGIS_ENABLED: true
volumes:
- geowebcache_data:/data/geowebcache
deploy:
Expand Down
2 changes: 1 addition & 1 deletion config
Submodule config updated 2 files
+2 −1 gateway-service.yml
+2 −2 jndi.yml

0 comments on commit e80a19f

Please sign in to comment.